C# | Interview Question | Value type vs Reference Type

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

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

    well this turned out easier to understand than i thought, i've suffered for 2 months trying to figure these concepts and you simplified it all in less than 10 minutes :)
    thanks from venezuela

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

    Senor Rohit i want to congratulate you because of the clarity of the video, great job and thank you

  • @Sree-wd1qr
    @Sree-wd1qr 2 หลายเดือนก่อน

    This video is very usefull for me thanks for your clear explanation

  • @786adeelghaffar
    @786adeelghaffar ปีที่แล้ว

    Very Informative Video, great work done

  • @raheenabagwan8614
    @raheenabagwan8614 4 หลายเดือนก่อน

    Osmly Explained

  • @supertenchoo4271
    @supertenchoo4271 4 หลายเดือนก่อน

    Thanks you very informative and well explained

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

    Thanks for this clear explanation

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

    Very good explanation.

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

    Very useful video thank you sir❤❤

  • @gujjar170
    @gujjar170 5 หลายเดือนก่อน

    well explained

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

    Thank you you clarify very nicely

  • @techz-777
    @techz-777 9 หลายเดือนก่อน

    very good video brother

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

    in the function call, what if the void Method(string x), is the x will be stored on a heap? since the string is a reference type

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

      All reference types are stores in the heap.
      So, when method "Method" is called, 'x' will be send to method by the pointer, which address points to the heap where string is really exist.
      We are not sending the whole String to the method. We just sending a pointer(address points to the object stored in heap) into the method as parameter.
      But, in case void Method(int x) -> here we sending to method variable x(a real variable X, copy of X).

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

    You're the nate gentile of india

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

    I just got this question in my interview

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

    Thank you sir

  • @dkskkk-m1y
    @dkskkk-m1y ปีที่แล้ว

    pictorial rep 👌👌👌

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

    why you yelling