Abstraction In Java (OOP Concept) - Interface v/s Abstract Class

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

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

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

    after watching this video I can clearly explain to anyone what is Abstract and Interface are. Thank you so much, Naveen

  • @Ahmed-lc2mu
    @Ahmed-lc2mu 3 ปีที่แล้ว

    You have explained better then My CDAC Bangalore Faculties. Thank You!!

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

    Bhai tusi great ho, I like the way you explain these things. :)

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

    Thanks Naveen--It was a great explanation for a beginner to get the concepts cleared !

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

    Great learning to watching your video, thanks a lot. More to Watch more to learn...

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

    Hey Naveen, this video is just great.
    Only question I have is , why do we use interface and abstract and when do we use it . With respect to selenium Java

  • @user-gt5ql1wq4z
    @user-gt5ql1wq4z 10 หลายเดือนก่อน

    Thanku. Very much for helping me to easy to understand these concepts

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

    Thank you so much Naveen. It was really helpful. very nice explanation . once again Thank you. Keep going on :)

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

    you explained it so well ! thank you so much! Namaste Guru!

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

    Thanks for the Great Explanation :)

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

    your way of explains is awesome Sir.....

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

    That was great
    Thank u so much
    Please keep publishing useful lecture like this.

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

    WOW ! what a good way of explanation , First of all I want to thank u for all these amazing videos that U r Making , I am watching your videos from US and they are really helpful . Personally I know most of the java concepts But when it comes with implementations and coding then it kinda making me to struggle alot , so what would be your advice ?

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

    excellent ,Naveen

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

    Thankyu so much Sir.. great explanation.. 😊

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

    Since java 8 static method are allowed in interface with method implementation

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

    Naveen i have some queries, plz help me in that...

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

    Thank you so much Naveen :)

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

    Your teaching is good👌👌👌👌 I am following your videos plzz upload videos on multithreading also sir plzz😀😀

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

    Hi , I'm Ananth from india , age 24 , nice to meet you ,
    Im a MS software engineer graduated and I have firm desire to learn programming and programming languages , Android , ios , frontend , backend , object oriented programming.
    Its my dream and wish to work remote developer and freelancing

  • @tausal1
    @tausal1 6 ปีที่แล้ว

    Amazing explanation!

  • @m.smanoj4688
    @m.smanoj4688 3 ปีที่แล้ว

    Naveen pls do a video on factory design pattern.

  • @mownikamahalingam9487
    @mownikamahalingam9487 6 ปีที่แล้ว

    Hi Naveen,
    In your example, ICICIBank class implementing RBI and USBank interfaces... Can we have the same method names in two interfaces?
    Eg. If we have debit() method in RBI as well as in USBank interface, In ICICIBANK Class which method will get implemented?

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

      yes, we can have same method name in two interfaces.... and class which implements those two interfaces will have only one method which will satisfy condition for both interface.
      But Suppose RBI has int i=1; ... and ICICIBANK has int i=2;.... you can access them separately by using RBI.i and ICICIBANK.i..
      sorry, i saw this question now, so replied late... and i am just a viewer

  • @sauagn
    @sauagn 6 ปีที่แล้ว

    where we can use interface and abstract class in automation framework can u give one liner examples..

  • @AshishDubeyash4you
    @AshishDubeyash4you 6 ปีที่แล้ว

    @Naveen: I am able to create static methods in Interface & also able to create static method body. Could you please explain why?

    • @AshishDubeyash4you
      @AshishDubeyash4you 6 ปีที่แล้ว

      @Naveen: One scenario I found that if two interfaces has same abstract method with same parameter. So if any class is implementing both Interfaces then it is showing only one method in that Child Class. Just thought of discussing this to you. :)

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

    Hi naveen can interface have " N " number of child classes ?

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

    Hi naveen
    What is process to join your online selenium classes?

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

    Why cant we use a normal class for Creating the contract for the client ? We dont always need an abstract class or an interface

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

    amazing !

  • @kusumareddy5229
    @kusumareddy5229 6 ปีที่แล้ว

    Will u please make video on auto it with Selenium

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

      What is kusuma means 😃🤣🤣🤣

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

    Best explanation!thank you Naveen!

  • @SaifulIslam-hk3cm
    @SaifulIslam-hk3cm 6 ปีที่แล้ว +1

    Hi
    Naveen I want to join one of your Selenium course. Please let me know what’s the procedure.

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

    You just taught abstraction and interface
    Sir you haven't taught other 3 oops
    or
    i couldn't find out them
    Reply sir pls reply
    I understand your way of teaching

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

      Okay sir Found all 👍🏻

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

    Hi Naveen, please share your hithub url.

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

    thank you

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

    In one video you told abstract method must have at least one abstract method and in this video you are telling you can create abstract class without abstract method. This is contradicting Naveen

  • @ravinaidu4035
    @ravinaidu4035 6 ปีที่แล้ว

    can any one pls help me