Thursday, January 16, 2014

What are the advantages of inheritance?

What are the advantages of inheritance?
Advantages of Inheritance

1) Code Re-usability
2) consumes less time
3) Without changing the super class we can add some more methods in the super class by inheriting it in the derived class

No comments:

Post a Comment