The Video all about the concept of Inheritance in C++. Inheritance is the process of creating new class called derived classes from existing classes. The existing class is called base class. The derived class inherits all the capabilities of the base class and can add properties of its own. The inheritance has two main advantages:- code reusability and data abstraction.
November 7, 2015
No Comments »
No comments yet.
RSS feed for comments on this post.
Leave a comment
You must be logged in to post a comment.