Introducing Basics of Computer
1:08
4 жыл бұрын
Пікірлер
@AryanSharma-uz9qv
@AryanSharma-uz9qv Ай бұрын
Thank you very much sir
@YtTakee
@YtTakee Ай бұрын
Thanks❤
@aakruti_19
@aakruti_19 Ай бұрын
Types of inheritance videos are missing...
@דניאלהווארד
@דניאלהווארד Ай бұрын
Excellent lecture! Thank you!
@fitphysique786
@fitphysique786 2 ай бұрын
edited by filmora
@FatimaZen-k7l
@FatimaZen-k7l 2 ай бұрын
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❤
@seriouss9077
@seriouss9077 2 ай бұрын
2:42
@NidhiSaini-x3d
@NidhiSaini-x3d 2 ай бұрын
What is the name of your tune sir, which plays after every chapter.
@techupdates_innovations
@techupdates_innovations 3 ай бұрын
amazing , and best tutorial everseen on this topic , you need to make playlist on all the subjects in computer science .
@trump1678
@trump1678 3 ай бұрын
Very nice!
@Viralvids11-11
@Viralvids11-11 4 ай бұрын
thanks bro
@ayushsachith5944
@ayushsachith5944 4 ай бұрын
The push,top are pre define or we should
@invincible8827
@invincible8827 4 ай бұрын
54:29 1.0
@manishpatil331
@manishpatil331 5 ай бұрын
Very nice explanation . Thanks for video. Keep making videos like this😊
@SamuraiAtYourService
@SamuraiAtYourService 6 ай бұрын
Great vid and explanation
@melwinalm
@melwinalm 6 ай бұрын
I was always used to get confused with this concept. Such a great explanation, explained in such a simple manner. Thank you
@ayushchandra2510
@ayushchandra2510 6 ай бұрын
Bro i have seen many videos on youtube of OOps but this is the best , so far..
@prasadsolleti3870
@prasadsolleti3870 7 ай бұрын
i need more pratical problems on oops please suggest which website is best for to learn more pratical problems on oops concept
@Priceygames
@Priceygames 7 ай бұрын
Whats the application
@sharmiladevi-gu2br
@sharmiladevi-gu2br 7 ай бұрын
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
@gourisharma3960
@gourisharma3960 7 ай бұрын
35:15 revision
@noorulhassan524
@noorulhassan524 7 ай бұрын
ya lst ma ptr k sath new q type kia ha ?
@Chaitanya_Sheth
@Chaitanya_Sheth 7 ай бұрын
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_Sheth
@Chaitanya_Sheth 7 ай бұрын
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
@ayushi6210
@ayushi6210 8 ай бұрын
Thanyou so much sir this is really a great explanation i really appreciate your hardwork ❤
@Troy-hl1nu
@Troy-hl1nu 8 ай бұрын
VALERIE
@shikha8497
@shikha8497 8 ай бұрын
Best of best!!!
@LogicLoomLab-ph1pp
@LogicLoomLab-ph1pp 8 ай бұрын
Very good explanation 🎉🎉🎉
@embeddedMikeTV
@embeddedMikeTV 8 ай бұрын
Well explained
@himanshuyadav6301
@himanshuyadav6301 9 ай бұрын
sir please provide the lecture note of this lecture
@mango-strawberry
@mango-strawberry 8 ай бұрын
this
@khadoliyaji9886
@khadoliyaji9886 9 ай бұрын
2:40:00 Virtual Distructor
@zerohell4398
@zerohell4398 9 ай бұрын
Watching approx 10 videos then find this video Very Awesome video ❤❤❤
@lsota9102
@lsota9102 9 ай бұрын
❣❣❣❣
@Alichan9721
@Alichan9721 9 ай бұрын
thank you for the explanation
@rupaliverma6985
@rupaliverma6985 10 ай бұрын
Out of all the video this one made my concept clear, thank you
@Parnavmittal489gmailcom
@Parnavmittal489gmailcom 11 ай бұрын
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.
@HarRocks
@HarRocks 11 ай бұрын
thank you so much
@_Alone_Mast
@_Alone_Mast Жыл бұрын
You really helped me in my semester exam . Thank you very much 🙏
@nagasrikuncharapu3736
@nagasrikuncharapu3736 Жыл бұрын
where can I find these slides ?
@dhanushr6693
@dhanushr6693 5 ай бұрын
In his udemy course
@nagasrikuncharapu3736
@nagasrikuncharapu3736 Жыл бұрын
The way you explained it made it really simple. Thanks😀
@codeHacker693
@codeHacker693 Жыл бұрын
Absolutely amazing tutorial! If he make a group C++ learning course in a future I believe many people will join!
@SitaRam-m5q
@SitaRam-m5q Жыл бұрын
Very good expiration 👍👍
@atul9241
@atul9241 Жыл бұрын
bestttttttttttttttt video for students studying a day before exam
@meetbataviya6180
@meetbataviya6180 Жыл бұрын
Where is friend function in this lecture
@someguy77
@someguy77 Жыл бұрын
notes????
@someguy77
@someguy77 Жыл бұрын
Thank U
@darfaisal351
@darfaisal351 Жыл бұрын
Best lecture thanku ..
@AnkitPandey-e3c
@AnkitPandey-e3c Жыл бұрын
Very good 👍
@FaDaX1997
@FaDaX1997 Жыл бұрын
Then what's the solution to concatenation of two different data type?
@manask8116
@manask8116 Жыл бұрын
best c++ oops video >>>>> love babbar vid
@mango-strawberry
@mango-strawberry 8 ай бұрын
he is a novice
@eveningafterrain
@eveningafterrain 8 ай бұрын
Who?​@@mango-strawberry