![]() |
#1 |
Registered User
Join Date: Jul 2014
Posts: 177
|
Inheritance
What is inheritance in C++ ?
|
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Oct 2016
Posts: 580
|
Inheritance in Object Oriented Programming can be described as a process of creating new classes from existing classes. New classes inherit some of the properties and behavior of the existing classes. An existing class that is "parent" of a new class is called a base class.
|
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Nov 2017
Location: USA
Posts: 75
|
Inheritance is the property of OOP by which the features of one class can be shared by another class. It's a basic property of OOP along with Abstraction, Encapsulation and Polymorphism.
__________________
Lead Routing | lead routing software | lead routing Salesforce |lead routing survey |
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: Nov 2017
Posts: 31
|
Inheritance in Object Oriented Programming can be described as a process of creating new classes from existing classes. New classes inherit some of the properties and behavior of the existing classes. An existing class that is "parent" of a new class is called a base class.
__________________
Apartments for rent | Apartments for rent scarborough | Apartments for rent ottawa ![]() |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|