Thank you for this wonderful video, but there is a second use for the pointer this 😢We took this into the lecture Do you have a video on this topic? Thank you❤
@seriouss90772 ай бұрын
2:42
@NidhiSaini-x3d2 ай бұрын
What is the name of your tune sir, which plays after every chapter.
@techupdates_innovations3 ай бұрын
amazing , and best tutorial everseen on this topic , you need to make playlist on all the subjects in computer science .
@trump16783 ай бұрын
Very nice!
@Viralvids11-114 ай бұрын
thanks bro
@ayushsachith59444 ай бұрын
The push,top are pre define or we should
@invincible88274 ай бұрын
54:29 1.0
@manishpatil3315 ай бұрын
Very nice explanation . Thanks for video. Keep making videos like this😊
@SamuraiAtYourService6 ай бұрын
Great vid and explanation
@melwinalm6 ай бұрын
I was always used to get confused with this concept. Such a great explanation, explained in such a simple manner. Thank you
@ayushchandra25106 ай бұрын
Bro i have seen many videos on youtube of OOps but this is the best , so far..
@prasadsolleti38707 ай бұрын
i need more pratical problems on oops please suggest which website is best for to learn more pratical problems on oops concept
@Priceygames7 ай бұрын
Whats the application
@sharmiladevi-gu2br7 ай бұрын
when we create a pointer of base class and object of derived class we can access the functionality of derived class as well through polymorphism , here without virtual destructor why base class destructor only called ? because the pointer type is base( *b1) so it is destructing the base class. to overcome this we are implementing virtual destructor
@gourisharma39607 ай бұрын
35:15 revision
@noorulhassan5247 ай бұрын
ya lst ma ptr k sath new q type kia ha ?
@Chaitanya_Sheth7 ай бұрын
This video is really a 24 carat gold. I have seen so many videos on oops but this is what one requires for placements and interviews
@Chaitanya_Sheth7 ай бұрын
This video has some 24 carat gold content. I have seen so many videos for oops but this video delivers what's required for interviews and placements
@ayushi62108 ай бұрын
Thanyou so much sir this is really a great explanation i really appreciate your hardwork ❤
@Troy-hl1nu8 ай бұрын
VALERIE
@shikha84978 ай бұрын
Best of best!!!
@LogicLoomLab-ph1pp8 ай бұрын
Very good explanation 🎉🎉🎉
@embeddedMikeTV8 ай бұрын
Well explained
@himanshuyadav63019 ай бұрын
sir please provide the lecture note of this lecture
@mango-strawberry8 ай бұрын
this
@khadoliyaji98869 ай бұрын
2:40:00 Virtual Distructor
@zerohell43989 ай бұрын
Watching approx 10 videos then find this video Very Awesome video ❤❤❤
@lsota91029 ай бұрын
❣❣❣❣
@Alichan97219 ай бұрын
thank you for the explanation
@rupaliverma698510 ай бұрын
Out of all the video this one made my concept clear, thank you
@Parnavmittal489gmailcom11 ай бұрын
00:03 Introduction to C++ Programming Course 04:11 Global variables have disadvantages 12:05 Creating a blueprint for a house in class syntax 17:06 Access specifier defines the accessibility of member variables and functions 24:54 Protected members can be accessed from the same class and inheriting classes 28:37 Object-oriented programming has six characteristics. 34:25 Object-oriented programming is powerful with features like abstraction, encapsulation, and inheritance. 37:38 Understanding constructors through an example 46:05 Initializing and allocating memory 49:59 Initializing with n value 58:13 Type of show date, copy constructor in C++ 1:03:40 Assigning variables and explaining the benefits of using constructors in a program 1:13:23 Understanding Operator Overloading in C++ 1:17:11 Operator overloading allows adding two objects of user-defined data type. 1:23:49 Operator overloading in D 1:28:36 Inheritance is a key concept in C++, where objects can acquire properties and methods from existing classes. 1:34:48 Inheritance is a way to reuse code and reduce duplication in object-oriented programming. 1:38:19 Cuboid class is inheriting the function from the Rectangle class. 1:45:36 Concept of inheritance is clear 1:49:21 Default constructor of base class is called 1:56:43 Parameter in constructor of base class 2:01:29 Function Overriding 2:09:26 Inheritance allows classes to inherit specific functionality and features 2:12:04 Inheritance allows child classes to inherit most of the features from the parent class. 2:19:19 Features of Base Class D Derivative Class 2:24:14 Virtual functions are used in programming for dynamic binding. 2:30:59 Always access the functionality of the base class 2:34:01 Polymorphism is a feature that allows a function to behave differently based on the input value. 2:40:31 Base class destructor needs to be virtual for derived classes to be properly destroyed. 2:43:53 Static members and functions in classes 2:50:52 Static members can be accessed using objects or class name 2:55:42 Static member function increments the value of a static member variable and returns it. 3:04:06 The video discusses printing balance, invalid input, and updating mobile numbers 3:07:45 Mobile Number Right After Date They Are 3:14:48 The video discusses the functionality of an ATM interface. 3:18:03 The function is for cash withdrawal Crafted by Merlin AI.
@HarRocks11 ай бұрын
thank you so much
@_Alone_Mast Жыл бұрын
You really helped me in my semester exam . Thank you very much 🙏
@nagasrikuncharapu3736 Жыл бұрын
where can I find these slides ?
@dhanushr66935 ай бұрын
In his udemy course
@nagasrikuncharapu3736 Жыл бұрын
The way you explained it made it really simple. Thanks😀
@codeHacker693 Жыл бұрын
Absolutely amazing tutorial! If he make a group C++ learning course in a future I believe many people will join!
@SitaRam-m5q Жыл бұрын
Very good expiration 👍👍
@atul9241 Жыл бұрын
bestttttttttttttttt video for students studying a day before exam
@meetbataviya6180 Жыл бұрын
Where is friend function in this lecture
@someguy77 Жыл бұрын
notes????
@someguy77 Жыл бұрын
Thank U
@darfaisal351 Жыл бұрын
Best lecture thanku ..
@AnkitPandey-e3c Жыл бұрын
Very good 👍
@FaDaX1997 Жыл бұрын
Then what's the solution to concatenation of two different data type?