OO ABAP [2020] - Abstract Class - Part 1

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 60

  • @SoorajSasidharanABAP
    @SoorajSasidharanABAP  4 роки тому +7

    If you haven't watched OO ABAP - Part 1, Please watch it from the below link.
    ua-cam.com/video/-mgEDIMz8NA/v-deo.html

  • @prateekdhawan4211
    @prateekdhawan4211 3 роки тому +1

    I have gone through several videos. This is the best. Never understood abstract class so well. Thanx man!!

  • @SrujanSurya
    @SrujanSurya Місяць тому

    ThankYou Sooraj for making it very Simple & Understandable. I will suggest for beginners about Channel.

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

    Best video on abstract concepts....thanks man!!!

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

    Awesome Sooraj !

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

    concept explained in very perfect manner and simple words. best video !

  • @tsp3884
    @tsp3884 4 роки тому +3

    It was crystal clear explanation... Thank you sooraj and eagerly waiting for lot more videos like this.

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

    Sooraj please don't stop making videos on ABAP. It's very helpful.

  • @nagarajmuniyappa6631
    @nagarajmuniyappa6631 4 роки тому +1

    SUPER EXPLANATION IN EASY METHOD OF UNDERSTANDING

  • @pankajkumaram
    @pankajkumaram 4 роки тому +1

    Nice explanation and wonderful communication.. Superb

  • @ramanjireddygatla2054
    @ramanjireddygatla2054 4 роки тому

    Excellent Sooraj.

  • @nksingh9823
    @nksingh9823 Рік тому

    Very nicely explained

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

    Excellent explanation Sooraj..Keep it up !!

  • @shounakbanerjee6634
    @shounakbanerjee6634 3 роки тому +1

    Thanks Sooraj that was a great and simple way to explain the purpose of abstract classes. It would be helpful if you made one video on persistent classes as well.

  • @harshgupta5113
    @harshgupta5113 2 роки тому

    Nice 👍

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

    GREAT LEARNING... THANKS FOR SHARING ❤️🎉👏😊

  • @srdude311
    @srdude311 4 роки тому +1

    Thanks for the video. Now I understood it clearly

  • @zurukul1
    @zurukul1 2 роки тому

    Спасибо! 😀

  • @karthiks9161
    @karthiks9161 2 роки тому

    Thanks and it gives clear picture on abstract...i have a small doubt...If we are not planning to have implementation on abstract...only defintions...then why we need to create only definitions here...
    or at any time ..or on other RICEF I can just consume this abstract class definitions and play around my own logic as per my requirments with own implementation ???

  • @sangeetakhokhar1141
    @sangeetakhokhar1141 2 роки тому

    Very clear explanation. Please create a video on singleton class also.

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

    Love the way to teach

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

    It’s a good explanation thank you. Please make more videos with simple examples

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

      Can you make video with real time scenario using sales order or something related to business . For Abstract class and methods

  • @aridgp1
    @aridgp1 2 роки тому

    What an excellent and simple way of understanding!! I was wishing you will make another sub class Cow and write "mow" in the method redefinition of make_sound 😂

  • @poonampoonam305
    @poonampoonam305 2 роки тому

    NICE VIDEO PLS UPLOAD MORE VIDEOS ON OOPS CONCEPT

  • @HarshadaRLohar
    @HarshadaRLohar 2 роки тому

    Please also provide odata videos

  • @SandeepKumar-ew6tz
    @SandeepKumar-ew6tz 4 роки тому

    Sooraj, please try to cover all the OOPS topics with short examples.

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

    Good explain bro.. I want to join if u provide any trainings

  • @vikramkhandelwalkhandelwal495
    @vikramkhandelwalkhandelwal495 2 роки тому

    How many type of classes are there in OO ABAP?

  • @rameshputta535
    @rameshputta535 4 роки тому +1

    Hi Sooraj, enjoyed your video. thank you. But one thing I am trying to understand is, whats the advantage of using the abstract method 'make_sound' here ? You are anyway declaring this method in subclass (with REDEFINITION). why do we need to declare it in super class as ABSTRACT method and then use it in sub class ? Can we not simply create a method in CAT class ? Am i missing something ?

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  4 роки тому +1

      There is a reason for that. It would be more clear when I make a part2 of the video.. Keep watching:-)

  • @saumyanair8413
    @saumyanair8413 4 роки тому

    Thanks Suraj for your efforts.Eagerly waiting for a video on casting or on any other topic of OO ABAP.

  • @prashanthbittu5032
    @prashanthbittu5032 4 роки тому +1

    Session is extremely good but if you would have been explain with any example with Abap that would be grateful..😎😎😎👍🏻

  • @diptiparvathaneni1968
    @diptiparvathaneni1968 4 роки тому

    Hi sooraj, is it possible for you to do videos on sapui5 😀

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

    Hi Sooraj, one doubt
    If we redefine the concrete method (sleep)of abstract class in the sub class then how can we display the original logic of parent class method sleep?

    • @aridgp1
      @aridgp1 2 роки тому

      Using super_define () method.

  • @gordanaspicer879
    @gordanaspicer879 2 роки тому

    is there a second video for abstaract class?

  • @vasu1012
    @vasu1012 4 роки тому

    good

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

    Hi Sooraj, Nice explanation. Question : Can I create an Abstract class in SE24 ?

  • @surojitdey9219
    @surojitdey9219 4 роки тому +1

    Please make a video on Widen cast ?

    • @SoorajSasidharanABAP
      @SoorajSasidharanABAP  4 роки тому +1

      Hi Surojit, will consider that :-)

    • @pankajkumaram
      @pankajkumaram 4 роки тому +1

      ua-cam.com/video/IiakHCeCs7E/v-deo.html

    • @0909090926
      @0909090926 4 роки тому

      Yes that would be great do include narrow cast as well..

    • @surojitdey9219
      @surojitdey9219 4 роки тому +1

      Pankaj Kumar , I saw your video, couldn't get the concept on which scenario should we use Wide cast ? Don't tell me assigning super class' instance to Sub Class' Instance is wide casing. Why should we do wide cast ? When it is needed.
      But Sooraj's explanation make us understand quite comfortably.

  • @fahadchaudhary8145
    @fahadchaudhary8145 4 роки тому

    Very helpful..... Make a video on AMDP and continue with the OOPS topic

  • @czejenrushovic8763
    @czejenrushovic8763 4 роки тому

    What about fish and snail?

  • @surojitdey9219
    @surojitdey9219 4 роки тому

    10:14

  • @abhimanyusingh6368
    @abhimanyusingh6368 Рік тому

    Very well explained