Posts

Showing posts from December, 2012

[OOAD] Object Oriented Analaysis & Design - Chapter 1 - Well Designed Apps Rock

Image
  Encapsulation doesn't only means to make properties  / member variables as private but it also has some more significance Encapsulation allows you to group your application into logical parts.     In order to make the application maintainable we need to make sure that each object is just doing its own job and this is achieved by DELEGATION