Classes and Objects (Lecture 19)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024

ความคิดเห็น • 9

  • @anilsarode6164
    @anilsarode6164 6 ปีที่แล้ว +5

    Thanks a lot, sir the way you compare the c structure and c++ class and I used to type all the program you mention in the video I am hands-on to both structure and class and understand them very clearly.

  • @yogendraitankar6602
    @yogendraitankar6602 6 ปีที่แล้ว +2

    Thank you sir. I really liked the way C/C++ programs are compared. And the reasoning behind the new features added in C++.

  • @chandrashekhar9693
    @chandrashekhar9693 5 ปีที่แล้ว +2

    He is my Hero, My Guru, He is my God... I have searched conceptual videos from the past few years... These videos are very concentric...

  • @126_pankajnaik9
    @126_pankajnaik9 2 ปีที่แล้ว +1

    class iit
    {
    data members;
    member function();
    };
    int main()
    {
    iit q;
    }
    Sir, In above cpp program which is object and which is it's reference.

  • @bhaskart488
    @bhaskart488 3 ปีที่แล้ว

    🔥

  • @ShravanKamarthi
    @ShravanKamarthi 3 ปีที่แล้ว

    Gold standard Course for cpp

  • @sonu-uq1um
    @sonu-uq1um 5 ปีที่แล้ว +2

    can anyone say what is meant by implicitly (this pointer is implicitly passed to the methods)

    • @sarveshkaran9380
      @sarveshkaran9380 5 ปีที่แล้ว +3

      Mean it as by default.
      When ever a member function is called "this" refers to currently invoking object.
      The object from which the functiom is called =this

  • @saif-malik
    @saif-malik 3 ปีที่แล้ว

    25:16 "this" pointer