News

Concerned with composition - identify simple ways to realize relationships (think dependency) between objects. Ensure that a part of the system can be changed without causing the requirement to make ...
Contains documentation & code related to the project done by my team for the Object Oriented Analysis and Design laboratory course of my college.
Objects are used to represent the real world entities in our code like bank account, books, person, etc, by storing all relevant information in one place, i.e, an object. We have two ways to create ...