Constructors In C++

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

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

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

    Really very simple to learn every concept from you. Thanks a lot for helping students like me sir😌😌😌😌

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

      Glad to hear that

  • @7s9n
    @7s9n 4 ปีที่แล้ว +3

    How amazing you are !! ,I loved learning c++ immensely , due to your videos

    • @CppNuts
      @CppNuts  4 ปีที่แล้ว

      Happy to hear that!

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

    can u pls provide notes
    along with this it will realy going to helap a lot
    btw thank u so much love your teaching way

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      Sure.. plz check my channels about page.
      There you will get link to github.

  • @healthy_life_withKR
    @healthy_life_withKR ปีที่แล้ว

    Brother my only doubt is how can you teach so magnificently??

  • @sugasinipalanisamy7892
    @sugasinipalanisamy7892 2 ปีที่แล้ว

    Hi....by default compiler provide all three types of constructor

  • @venkatanagarajendraprasadv5152
    @venkatanagarajendraprasadv5152 2 ปีที่แล้ว

    Simple and Nice
    explanation

  • @cibiyanna26
    @cibiyanna26 2 ปีที่แล้ว

    public & rhs in this line where we declares the rhs?

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

    I have a question , if the object created in a way like Point p3; an then next line Point p3=p1;
    So will it call the copy constructor twice and print the cout stmts?? 🤔🤔

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

      you cannot create two object with same name in one scope

    • @yc2158
      @yc2158 6 ปีที่แล้ว +1

      CppNuts Thank you Rupesh👍

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

    Point &rhs is actually reference object in copy constructor right sir?????

    • @CppNuts
      @CppNuts  5 ปีที่แล้ว

      Yes!!

  • @nazgulzholmagambetova1198
    @nazgulzholmagambetova1198 2 ปีที่แล้ว

    Love your videos! Thanks a lot!

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      Thanks man..

  • @aparnapadakanti2214
    @aparnapadakanti2214 2 ปีที่แล้ว

    Y can't we print x and y values in the copy constructed it's self

  • @buraksenses332
    @buraksenses332 4 ปีที่แล้ว +1

    Sen nasıl bir kralsın eyvallah aslan parçası

    • @CppNuts
      @CppNuts  4 ปีที่แล้ว

      Çok teşekkür ederim, büyük bir zevk

  • @JKA-sf7ll
    @JKA-sf7ll 2 ปีที่แล้ว

    Here copy constructor is deep copy??

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      If you are asking this meaning you are not clear about shallow and deep copy, please watch my video on shallow and deep copy constructors.

  • @DebateSunday
    @DebateSunday 2 ปีที่แล้ว

    i'm getting this error when i try to compile the code in your tutorial
    error: calling a private constructor of class 'Point'
    Point p1;
    may i know what i'll need to change?

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      Paste your code here.

  • @karthikaganesan3129
    @karthikaganesan3129 4 ปีที่แล้ว

    can you explain shallow copy and deep copy?

    • @CppNuts
      @CppNuts  4 ปีที่แล้ว

      I think i have a video for that..

  • @subbumotepalli
    @subbumotepalli 5 ปีที่แล้ว

    What is the real time example of copy constructor

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      You always need copy constructor if you want to do deep copy, please watch my video on shallow and deep copy constructors.

  • @shubhashetty32
    @shubhashetty32 2 ปีที่แล้ว

    HOW TO CALL THE DEFAULT CONSTRUCTOR???

    • @CppNuts
      @CppNuts  2 ปีที่แล้ว

      If u don't define constructor it will call default.