11 Abstract class, Casting

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Abstract Class
    Casting - Narrow, Wide

Komentáře • 5

  • @mr.bharathkumar2106
    @mr.bharathkumar2106 Před rokem

    Thank you

  • @mugondasravani593
    @mugondasravani593 Před rokem

    Sir.. one doubt when we select the payment method as static why the abstract check box is showing as disabled ??

    • @sathishreddymn
      @sathishreddymn  Před rokem

      For Static Methods, we can change as Abstract method. That is why it is disabling..

  • @mugondasravani593
    @mugondasravani593 Před rokem

    Sir if we cannot redefine the so_info method in the child class ( zcl_so_item)
    Can we call so_info method using the super class object sup_obj using dynamic calling ??

    • @sathishreddymn
      @sathishreddymn  Před rokem

      we can call directly. Why dynamic is required here...