Video 9: OO ABAP - Narrow and Wide Casting

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

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

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

    what a motivational line, very much inspired.
    Well and very precised explanation.
    Hats off and highly appreciate your hardwork.

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

    Nice lines which you had mentioned at the beginning sir. I will take this as my resolution from this year

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

    Very true Ganesh.....we should keep learning till our last breadth!!!!

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

    Very nicely & easily explained this complicated topic
    So, we can say that wide casting is dependent on narrow casting & for wide casting , already narrow casting should happen earlier right ?

  • @thirumurugandurairaj5621
    @thirumurugandurairaj5621 9 หลายเดือนก่อน

    you are amazing......very good teacher.....

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

    Thank you for motivational line and thank you so much by this video my confusion about narrow and wide casting cleared which is their for long time . Thank you

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

    Very nice introduction :)

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

    I like the way you make us understand. Thanks for that. Here I have a question regarding Wide Casting, if Narrow Cast definition is assigning object reference of Sub class to object reference of Super class, please tell us the definition of wide cast in this way.

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

    You are the best 💯💯😇😇
    Thankyou 🙏🙏

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

    Very nicely done

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

    amazing explanation!!!!

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

    Hi Sir. I understand why we need narrow casting is because when we need to access redefined method of subclass using super class object but I dont understand what is the benefit of using wide casting. Is it only to remove the reference which was created using narrow casting and then make use of super class object to access its own methods? Let me know

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

      Especially to understand the OOPS concepts, please think from the product perspective. I believe, I given a small insight about this in the video.

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

    thank you for explantation

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

    👏👏

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

    Sir could you make a video about wrapper classes. thanks

  • @AkhillSrivastva
    @AkhillSrivastva 6 หลายเดือนก่อน

    Upcasting is widening casting and downcasting is narrow casting

  • @Aman-ir7lu
    @Aman-ir7lu 2 ปีที่แล้ว

    Why is casting needed? Why can't we just call that class and call its method, why are we moving reference and then call the method.