[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

How to Choose a Technology Stack for Web Application Development

[Advance Java] Difference Between Apache and Tomcat

Setting ESLint on a React Typescript project