If you think about it, an application is made up of two things: the code itself, and the data that stores the state of the application...
Continue reading...OOP Pro
Cohesion and Coupling: They are not same !!!
Coupling in software development refers to the degree of dependency between two modules/classes/objects in a software application. For instance, classes are coupled when methods in one class...
Continue reading...Inheritance vs Composition
A lot of junior developers don’t know exactly mean of these and how it’s different. Let’s understand what’s different between them: We also have many level...
Continue reading...