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





































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



Comments

Popular posts from this blog

[Mac OS X] Creating a .bash_profile on your Mac Terminal

How to set up TypeScript with Node.js and Express

How to Create a React App with Storybook