SlideShare a Scribd company logo
Inheritance slides
inheritance
Mode of inheritance:
There are three mode of inheritance
1. Public
2. Private
3. protected
Inheritance slides
Private Inheritance with private data
member
Private Inheritance with public data
members
Private Inheritance with protected
data members
Public Inheritance with public data
members
Public Inheritance with protected data
members
Public Inheritance with private data
members
Protected Inheritance with public data
members
Protected Inheritance with private
data members
Protected Inheritance with protected
data members
Types of inheritance
There are 2 types of inheritance as shown
below.
1. Single Inheritance
2. Multiple Inheritance
1. Single inheritance:
There are 3 types of single inheritance
1. Simple Inheritance
2. Multilevel Inheritance
3. Hierarchical Inheritance
Simple Inheritance
In Simple Inheritance we have only one parent
class and one child class.
Multilevel Inheritance
• Class derived from another derived class
• Class B derived from A and Class C derived
from B
Syntax:
Example of multilevel inheritance:
class A //base class
class B : public A
class C : public B
Multiple inheritance
• Class derived from more than one base class
• Class C inherit features of A and B
Syntax:
Example of multiple inheritance:
class A //base class
class B //base class
class C : public A , B //derived class
Hierarchical Inheritance
• More than one classes derived from single class
• All classes inherit features of class A
syntax:
Example of hierarchical inheritance:
class A //base class
class B : public A
class C : public A
Hybrid Inheritance
• Combination of two or more inheritance
• If two or more inheritance exists
Constructor and destructor calling:
Constructor:–
• Derived class constructor is called to create
derived class object
• Invokes base class constructor before derived
class initializer list & constructor body
Destructor:–
• Destructor are called in Reverse order of constructor
• Derived class destructor body is executed first
• Then destructors body of base class executed
Derived-class Object
Derived-class constructor invokes base
class constructor either
• Implicitly
• Explicitly
Implicit callclass B {
public:
B(){cout<<"Construct B";}
~B(){cout<<"Destruct B”; }
};
class D: public B{
public:
D(){cout<<"Construct D";}
~D(){cout<<"Destruct D";}
};
int main(){
D obj; //object of derived class
}
Output
Constructor B // implicitly call base class
constructor
Constructor D
Destructor D
Destructor B
Explicit callclass B
{ public:
int x;
B(int i) {
x=i;
cout<<“parameterize constructor B”;
}
};
Class D: public B
{ public:
int y;
D(int j) :B(j){
y=j;
cout<<“parameterize constructor D”;
}
};
output:
int main()
{
D obj(5); //object of derived class
cout<<obj.x<<endl;
}
Parameterize constructor B
Parameterize constructor D
5
When a program creates a derived-
class object
The derived-class constructor immediately calls
the base-class constructor,
The base-class constructor’s body executes,
Then the derived class’s member initializers
execute, and
Finally the derived-class constructor’s body
executes
Inheritance slides

More Related Content

PPT
inheritence
Adil Memon
 
PPT
Sex-linked inheritance by Puzon and Tope
Kathleen Faye Puzon
 
PPTX
Modes of inheritance-Dr.Gourav
Gourav Thakre
 
PPT
Treacher Collins
guest77d264
 
PPSX
Inheritance
Selvin Josy Bai Somu
 
PPTX
Mutations powerpoint
Kritika Choudhary
 
PDF
LinkedIn SlideShare: Knowledge, Well-Presented
SlideShare
 
PPTX
inheritance
krishna partiwala
 
inheritence
Adil Memon
 
Sex-linked inheritance by Puzon and Tope
Kathleen Faye Puzon
 
Modes of inheritance-Dr.Gourav
Gourav Thakre
 
Treacher Collins
guest77d264
 
Mutations powerpoint
Kritika Choudhary
 
LinkedIn SlideShare: Knowledge, Well-Presented
SlideShare
 
inheritance
krishna partiwala
 

Similar to Inheritance slides (20)

PPT
Inheritance in C++
Shweta Shah
 
PPTX
Introduction to Inheritance
Keshav Vaswani
 
PPT
session 24_Inheritance.ppt
NAVANEETCHATURVEDI2
 
PPTX
Object oriented programming new syllabus presentation
iqraamjad1405
 
PPT
inheritance
Amir_Mukhtar
 
PDF
Inheritance
Prof. Dr. K. Adisesha
 
PPTX
inheriTANCE IN OBJECT ORIENTED PROGRAM.pptx
urvashipundir04
 
DOCX
oop database doc for studevsgdy fdsyn hdf
itxminahil29
 
PPTX
Inheritance
Munsif Ullah
 
PPTX
Inheritance
Burhan Ahmed
 
PPT
11 Inheritance.ppt
LadallaRajKumar
 
PPT
Inheritance in C++
RAJ KUMAR
 
PPTX
Inheritance
sourav verma
 
PDF
lecture 6.pdf
WaqarRaj1
 
PPTX
Inheritance in oops
Hirra Sultan
 
PPTX
Inheritance
lalithambiga kamaraj
 
PPT
week14 (1).ppt
amal68766
 
PPTX
inheritance_OOPC_datastream.ppttttttttttttttx
SanskritiGupta39
 
PPT
Inheritance
poonam.rwalia
 
PPTX
Inheritance in c++ by Manan Pasricha
MananPasricha
 
Inheritance in C++
Shweta Shah
 
Introduction to Inheritance
Keshav Vaswani
 
session 24_Inheritance.ppt
NAVANEETCHATURVEDI2
 
Object oriented programming new syllabus presentation
iqraamjad1405
 
inheritance
Amir_Mukhtar
 
inheriTANCE IN OBJECT ORIENTED PROGRAM.pptx
urvashipundir04
 
oop database doc for studevsgdy fdsyn hdf
itxminahil29
 
Inheritance
Munsif Ullah
 
Inheritance
Burhan Ahmed
 
11 Inheritance.ppt
LadallaRajKumar
 
Inheritance in C++
RAJ KUMAR
 
Inheritance
sourav verma
 
lecture 6.pdf
WaqarRaj1
 
Inheritance in oops
Hirra Sultan
 
week14 (1).ppt
amal68766
 
inheritance_OOPC_datastream.ppttttttttttttttx
SanskritiGupta39
 
Inheritance
poonam.rwalia
 
Inheritance in c++ by Manan Pasricha
MananPasricha
 
Ad

Recently uploaded (20)

PPTX
Human_Self_Exploration1_Lecture-III.pptx
ssusera15ea5
 
PPTX
Combining Writing, Art, And Affirmations.pptx
eman youssif
 
PPTX
How to Manage Emotional Triggers for Personal Growth?
StrengthsTheatre
 
PPTX
Self Refinement According to Psychology
Muhammad Musawar Ali
 
PDF
Omica Pageant 2025- Premier beauty pageant platform
OmicaPageant
 
PPTX
159f8c58-e1a2-42dd-a75d-4793a811a857.pptx
kewalsinghpuriya
 
PPTX
Healing Routine Presentation.exercisepptx
eman youssif
 
PPTX
Skincare: Know Your Skin, Build Your Routine
khushish167
 
PPTX
Your Personal Growth Journal journaling.pptx
eman youssif
 
PPTX
Escaping The Digital Noise And Finding Peace In Stillness.pptx
Peony Magazine
 
PPTX
When yu want to feel but you cant:Emotional Detatchment.pptx
Loofa
 
PPTX
Discipline and Positive Behaviour Plan for A Great Day
DarmawanAmbari2
 
PPTX
Holistic Development Role of Edu v5.pptx
ssusera15ea5
 
PDF
The Human Edge: Why A.I. Can’t Steal Your Story!
vijitsrivastava083
 
PDF
Brown AesthetIc Minimalist Thesis Defense Presentation.pdf
EsharveerSingh
 
PPTX
Self-Care Toolbox.advices and developmentpptx
eman youssif
 
PDF
Quarterly project_20250727_112257_0000.pdf
monteroemilia873
 
PDF
Despre calibrare: O abordare structurată
Răzvan Deaconescu
 
PDF
Emotional Mastery for Police Officers.pdf
vastu724
 
PPTX
The Journey of Self Refinement and self improvement
Muhammad Musawar Ali
 
Human_Self_Exploration1_Lecture-III.pptx
ssusera15ea5
 
Combining Writing, Art, And Affirmations.pptx
eman youssif
 
How to Manage Emotional Triggers for Personal Growth?
StrengthsTheatre
 
Self Refinement According to Psychology
Muhammad Musawar Ali
 
Omica Pageant 2025- Premier beauty pageant platform
OmicaPageant
 
159f8c58-e1a2-42dd-a75d-4793a811a857.pptx
kewalsinghpuriya
 
Healing Routine Presentation.exercisepptx
eman youssif
 
Skincare: Know Your Skin, Build Your Routine
khushish167
 
Your Personal Growth Journal journaling.pptx
eman youssif
 
Escaping The Digital Noise And Finding Peace In Stillness.pptx
Peony Magazine
 
When yu want to feel but you cant:Emotional Detatchment.pptx
Loofa
 
Discipline and Positive Behaviour Plan for A Great Day
DarmawanAmbari2
 
Holistic Development Role of Edu v5.pptx
ssusera15ea5
 
The Human Edge: Why A.I. Can’t Steal Your Story!
vijitsrivastava083
 
Brown AesthetIc Minimalist Thesis Defense Presentation.pdf
EsharveerSingh
 
Self-Care Toolbox.advices and developmentpptx
eman youssif
 
Quarterly project_20250727_112257_0000.pdf
monteroemilia873
 
Despre calibrare: O abordare structurată
Răzvan Deaconescu
 
Emotional Mastery for Police Officers.pdf
vastu724
 
The Journey of Self Refinement and self improvement
Muhammad Musawar Ali
 
Ad

Inheritance slides