Contents
Page-10
Prev
Next
Page+10
Index
Good Features of OOP
- Encapsulation: implementations of objects
can be modified without modifying clients. (However, it might change
performance.)
- Data types and related procedures are grouped.
- Polymorphism: some generic methods can be
reused effectively.
- Inheritance: methods can be inherited
within a hierarchy.