What is abstraction
Capture only those details about an object that are relevant to current perspective. Abstraction is a way to deal with complexity.
What are 2 kind of graphical representations of class
1- Normal Form (class name with attributes and operations) 2- Suppressed Form (only class name )
What is inheritance in classes
If a class B inherited from class A then it contains all characteristics (information structure and behavior) of class A
What is the main purpose of inheritance
Re usability