Classes and Objects (Lecture 19)

Поділитися
Вставка
  • Опубліковано 15 гру 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 3 роки тому +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.

  • @saif-malik
    @saif-malik 3 роки тому

    25:16 "this" pointer

  • @ShravanKamarthi
    @ShravanKamarthi 3 роки тому

    Gold standard Course for cpp

  • @sonu-uq1um
    @sonu-uq1um 6 років тому +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

  • @bhaskart488
    @bhaskart488 3 роки тому

    🔥