Class Constructors | C++ Object Oriented Programming Video Tutorial

preview_player
Показать описание
In this cpp Object OOPS video tutorial for beginners, you will learn about the usage of class constructors.

You are gonna learn what is a constructor, how to define it, how to use it in your program, what is the relationship between them, class and object in detail with examples.

Learn Programming in HINDI at our youtube channel

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

Wish I could've found your channel back when I had c++ as an subject. Had to memorize what a constructor is back then which took hours, but your video managed to clear my concept in just a few mins lol. Great work!

TheticblogLive
Автор

you are a great teacher. One suggestion, try using audio editing programs, such as Audition to not only remove the background noise, but also add echo and depth into your voice.
Others do it too(ex: khanacademy).

Leon-pnrb
Автор

I'm loving all the videos of this series. Totally helpful! I would definitely recommend to my friends :)

satyajitbehera
Автор

Thanks a lot. I found your videos very useful.I have recommended your videos to my friends also.Great work.

hamzakhalid
Автор

Fantastic
How simply u r explaning each topic.

Bobby-mffw
Автор

I think it will better if you can give a definition of what you are going to make at the beginning of each video by the means of having a definition like a contractor is a type of function which will be created by the C++ automatically will give us a better start to persuade the concept easier

himannamdari
Автор

constructors are used to initialize the properties of an object or class???

ridersclub
Автор

Sir if u don't mind could u please tell which platform are you using for this c++ like turbo c, dev c++

seerapubhavyareddy
Автор

Sir I have a question.
I've checked that constructor is private by default, but when we not initialize it (as we've done earlier) then it should be blank as you told in this video but still when we create an object of human we don't get any error like: human() constructor is private???

princegupta
Автор

sir, why display function is not printing garbage value....i am thinking name ="noname" has scope only in human()..

do reply
thanks in advance

abhayagarwal
Автор

Cout <<"you are amazing bro ";

abdulrahmankhan
Автор

*Anil, what's Differences between function && constructor...???*

developerakhter______
Автор

Can you please explain how to call constructor outside the class plz

ajinkyavishwase
Автор

From where you've learnt C++. Have you made any games

princegupta
Автор

You are declaring variables like string name; and int age ; in the private class and the same thing for constructor in public class ...how can the declarations belong to both private and public ? Explain

DF-jske
Автор

Just for the demonstration purpose :D 3 times in one movie :P hehe

maciejkowalski
Автор

why i we use another function just to print the name and age while we can do this in the constructor?

جيمرمصري-قق
Автор

Bro why dont u edit your video to add cuts when u make a mistake?

OG_CK
Автор

Is class constructor public by default??..

simchourey
Автор

Your videos are very informative, but I find it very irritating when you say Metha. Just call it method(ending with the dee sound)!

kobracommander