I've read the article but i'm a little bit more confound with the example, sorry for asking but can you give me more simpler example or just explain its concepts and significants, i just like to see the
pattern. Like when i asked, "how can i use model view controller in a simple gui which access the database" and someone answered...
"well model is for accesing the database and the view is for your graphical interface and the controller will the one who'll listen to the user's action and will glue together the view and model" and that's it. I put it into practice and then it worked. I'm studying design pattern and delegation is one that i'm focusing now and the decorator design pattern. I hope this was not to much to ask. Thanks for your first reply.