Java Inheritance | Super Keyword | Method Overriding | Dynamic Binding | Java Course in Tamil

Поділитися
Вставка
  • Опубліковано 4 лип 2021
  • Java Playlist,
    • Learn Java in Tamil
    C Interview program playlist,
    • C Interview Programs i...
    C programming in one video,
    • C Programming in Tamil...
    C programming playlist
    • Introduction to C prog...
    C++ Playlist link
    • C++ Programming in Tamil
    English channel link,
    / @logicfirst31

КОМЕНТАРІ • 40

  • @Sajitha_Alisheik
    @Sajitha_Alisheik 8 місяців тому +6

    Yu didn't get stuck anywhere... that's awesome mam!! Crystal clear explanations. Excellent teaching.MayGod bless you with a good and healthy life ❤

  • @rggautham8280
    @rggautham8280 Рік тому +7

    Your way of teaching is very simple and understood clearly. Mam please make a tutorial for spring boot

  • @sudharsan432
    @sudharsan432 Рік тому +1

    Thank you for explanations mam. U made my java much simple.

  • @syed_4138
    @syed_4138 11 місяців тому +1

    Such a clear and cut explanation fantastic.

  • @user-fc7th5rw1z
    @user-fc7th5rw1z 2 місяці тому

    Excellent. Excellent. Super teaching method. Please provide more and more tutorials in this type. Any dummies can easily understand the concept.

  • @prince_arun3101
    @prince_arun3101 Рік тому +4

    Your explanations are perfectly understandable Mam...Thank u for u r great effort.

  • @RanjithKumar-pf9dh
    @RanjithKumar-pf9dh 3 роки тому +4

    Thank you mam.. 👍

  • @friendsforever6709
    @friendsforever6709 2 роки тому +3

    Thanks mam 😊

  • @senthilkumarvengatesan3698
    @senthilkumarvengatesan3698 9 місяців тому

    Mam please clarify that inheritance and import does the same function?
    Using inheritance we can access the properties of super class and import also does the same so we can use either one?

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

    Good teaching mam...

  • @RakeshKumar-en1uq
    @RakeshKumar-en1uq Рік тому +2

    Ma'am evolo indha concept ey mug up tha pannirudha... After watching this video , I can explain this concept even a as sleeping time also..clear understanding ...

  • @masiniprashanth6475
    @masiniprashanth6475 3 роки тому +11

    Mam plese share the codes mam. That will help us. Cause if I have to doubt with anything. I need to play a video in first to last.

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

      If u have this code means share it

  • @RakeshKumar-en1uq
    @RakeshKumar-en1uq Рік тому

    Ma'am spring boot, microservice and Hibernate video plz

  • @RaviChandran-oi2wf
    @RaviChandran-oi2wf 9 місяців тому +1

    Mam
    I need this code mam
    I cannot see the full code in this video sequentially...bcoz you are overwriting many time
    Please show the full code at the end of the video

  • @Prithvi1999
    @Prithvi1999 2 роки тому +2

    mam inharitance ku simple program podunga

  • @sornamanickam1692
    @sornamanickam1692 3 роки тому +2

    👍

  • @Hailindia-jz2yo
    @Hailindia-jz2yo 11 місяців тому

    Nice

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

    Ithumathri example coding thanka mam workout pana

  • @jayasrikirubanandam8693
    @jayasrikirubanandam8693 2 роки тому +2

    hi ,
    Why we are suppose to create a dummy Employee constructor? What is the purpose ? ANY REASON
    When I try to extend employee class to manager - The error says implicit default constructor is undefined - But we do have created a employee constructor with args. Then for what purpose we need to create a empty constructor??

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

      can anyone please acknowledge to this??

    • @SaravananSaravanan-pd2oi
      @SaravananSaravanan-pd2oi Рік тому

      In the video, akka assigned the datatypes in private. We are not able to access private data directly. So we have to implement an interface like encapsulation, methods. This is Inheritance concept right, so she used super KEYWORD to access private date and passed the name, salary arguments in it. That's why she has created a dummy constructor for nAME and salary to avoid errors.

    • @perfect_man6263
      @perfect_man6263 10 місяців тому

      hey hi! I think it depends on the compiler if we are using parametrized constructor instead of default constructer sometimes it throws an error

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

    Indha source code kadaikuma Plzz

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

    mam how it is automatically calling super() class which is employee class constructor, if we write another constructor in manager class then also it will call employee class constructor automatically ?

    • @LogicFirstTamil
      @LogicFirstTamil  Рік тому +1

      depends on parameter tat u pass. why dont u give and try?

    • @studentofklnce472
      @studentofklnce472 Рік тому +1

      @@LogicFirstTamil mam I tried but still I can't understand which is we are calling manager class constructor only but how it call the base class constructor automatically using empty super() ?

    • @LogicFirstTamil
      @LogicFirstTamil  Рік тому +1

      @@studentofklnce472 compiler changes ur code to call base constructor in the background

  • @king-pu9uv
    @king-pu9uv Рік тому

    Why in setname line name=n

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

    Mam can you please share the source code

  • @ianuj4231
    @ianuj4231 26 днів тому

    15:48 hierarchical inheriatence wrong diagram.... that was for multiple.... -> 1 parent can have 2 child classes should be thedefinition

  • @user-fc7th5rw1z
    @user-fc7th5rw1z 2 місяці тому

    source code ?

  • @harigs72
    @harigs72 2 місяці тому

    15:20

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

    Can u please upload video on casting?

    • @LogicFirstTamil
      @LogicFirstTamil  2 роки тому +1

      its there already. pls chk java playlist in my channel.

  • @tech-learner4555
    @tech-learner4555 2 роки тому +1

    Madam dynamic method dispatch poudunga🙏🏻

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

    👍