Monday 11 March 2019

What is inheritance in c++? tccicomputercoaching.com

Inheritance is concept of Object Oriented Programming Language. In c++ inheritance means borrowing properties of Parent class ( base class or super class).

The class which barrows or derives the parent class is known as child or derived or sub class.



Once u derive or inherit parent class all the methods and data members are available in child class depending on access specifiers.

This concept increases the reusability factor in language.

To learn more about Object Oriented Programming Language , C++ Programming Language , Computer Engineering Course , Online Computer Course

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com/course/

No comments:

Post a Comment