Inheritance, Poly Morphism | Introduction | CPP OOPS Video Tutorial

preview_player
Показать описание
In this c++ OOPS video tutorial for beginners series, you will learn about the concept of inheritance and Polymorphism in detail with example.

You will learn what is inheritance, what is the use of it, how to implement it in c++, how to create derived classes, what is a base class, how to inherit from a class in detail with example.

Learn Programming in HINDI at our youtube channel

Catch us on SocialMedia
Рекомендации по теме
Комментарии
Автор

Life saving PlayList:)
The proverb, " Old is Gold" is perfectly suited here.
Thank You!

nitansshujain
Автор

3:01 "a student is also a person"... must be a motto for each university, school, college

shantanukulkarni
Автор

A student is also a person.
Just for the demonstration purpose.

loving your work.

rohitkray
Автор

Your tutorials are straight forward and really easy to follow. Thanks for the help!

utopianice
Автор

Your teaching style is like of a student teaching his friend, zada idhar udhar ki baate na karte hue kaam k points batao which is actually a good way of teaching when it come to teaching a programming lang! Good job! :)

madhusudanshah
Автор

Thank you for saving me from failing my CP exam.

gechlangtang
Автор

wow! can't explain how helpful it was . Thanks

iftakharalam
Автор

wow sir thanks watching your videos reduces many confusions 👌👌👌

prathamgupta
Автор

it's 2020, Anil is now 30 years old.

akashgupta
Автор

I like the parallel explanation and coding!

asociatiaademed
Автор

You didn't teach Polymorphism in the video, so why did you write it on the title?

martinnieva
Автор

Doubt:
we have make object of the sub class only.?
(here student class)
object of person classs will it cause error ??

adityadarekar
Автор

hi, so, just to make sure i understand...any methods or properties that are declared private in the person class (base class) are not inherited by the student class (the sub class)?
edit....it's OK...i watch the video again and you do actually say "inherit all the non private members", I missed it the first time.

rodwynnejones
Автор

I understood inheritance... What part is polymorphism ??

raghavnandwani
Автор

Your tutorials are easy to understand but as you said first class is base and second one called sub-class, it's wrong my means whenever we call first class is the base then second will be derived class and if we call first class is the parent then second will be child class and if we call first class is the super-class then second will be sub-class.Thanks.

hamzaahmed
Автор

What's the difference between inherited class and friend class?

rushikeshchavan
Автор

one question if i have one class A and make friend class B, can i access since A to B and B to A or only A to B?

hamletpena
Автор

and no matching function for call to person ::person()
what is this?

besherrez
Автор

i need to ask something

if i make an inheritance from base class to sub class
can i make an inheritance from sub class to sub class
and can i make inheritance from sub class to base class again

obadakhatib
Автор

Bro getting error as name is not a type, at the memberfunction line can u plz suggest me

sowmyasuresh