Design principles: Abstraction
Data abstraction: The developer and other objects in the system have a high level summary view of what data items are. It contains the required info about an object.
Procedure abstraction; A high level summary view of the operations provided . The detail and how the methods are.
Encapsulation : classes /object
The attributes(Data) relating to an object and the methods/operation that act upon them are all encapsulated inside a single software capsule.
Encapsulation : Aggregation/Composition
via aggregation and composition to encapsulate a group of classes collectively as a complex whole is made of similar components.
Comments
No comments have yet been made