Interface oriented vs object oriented? |
[Edit] |
and object oriented is based on
1. abstraction - which means making things loosely coupled so that in future they can be easily handled without affecting the system.
2. encapsulation(data hiding) - categorizing data as per their role i.e private, public, etc.
3. inheritance - provides the real world genetic mechanism as what's there in the parent would be there in the child too(or not).
4. and polymorphism - means same look and feel but different functional abiltity.
First answer by Mannu.bhadwal. Last edit by Davidbd. Contributor trust: 18 [recommend contributor]. Question popularity: 9 [recommend question]
|
Research your answer: |



