SUPER KEYWORD - JAVA PROGRAMMING

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 76

  • @kiranchandra4171
    @kiranchandra4171 4 роки тому +50

    Best teacher found on you tube.

  • @YT-vx9sz
    @YT-vx9sz 3 роки тому +3

    UA-cam doesnt deserve this type of
    talent. All this gem teachers never show up first when you search for the content they teach and all shitty big channels show up whose explanation confuses your whole concept

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

    I Spend daily 1 hours on revision of previous concepts and i found a gem today , and solve my all doubts

  • @ghosh9390
    @ghosh9390 3 роки тому +9

    Sir I am form civil background but no problem to understand the concept thank you sir 😊

  • @tirupatirao2623
    @tirupatirao2623 5 років тому +7

    Your explanation is simply superb sir

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

    I'm here to express my deepest appreciation for your teaching process and I wish to be in India in order to acquire their educational Way of life

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

    Well explained sir RESPECT++

  • @geethavysyaraju7102
    @geethavysyaraju7102 5 років тому +1

    clear explanation sir.....youtube class is very clear and nice

  • @balagowriramesh25
    @balagowriramesh25 6 років тому +9

    Yur videos r very useful sir..plss keep on posting..and do other programming languages like this....

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

    Thankx a lot for sharing these videos ur videos are very helpful sir

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

    you have a great way of teaching! thank you so much

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

    Good explanation sir ..I like your teaching sir...

  • @gowthamit4531
    @gowthamit4531 5 років тому +4

    Your way of teaching is very nice sir each and everything will be clearly explained u r classes are very useful to me thank u soooo much sir 🤝
    Requesting Sir u also explain some ds topics like implementation of stack queue linked lists graphs trees

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

    I wish you the best future Sir

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

    Very neat and understandable🥰

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

    Excellent 👍👍

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

    super class🎉

  • @tablaecstasy828
    @tablaecstasy828 5 років тому +2

    sir aap great ho apke wajah se aaj mast exam gaya

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

    really super teaching sir tq so much

  • @abhijitmondal9203
    @abhijitmondal9203 5 років тому +7

    Nice explanation!
    By the way, which screen-recording software are you using?

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

    Thank you sir for your explanation

  • @josephin.m_812_bca_a2
    @josephin.m_812_bca_a2 3 роки тому

    Super teaching sir 👍

  • @1-25-bijaykumarsahoo3
    @1-25-bijaykumarsahoo3 3 роки тому +1

    Sir if we are using super keyword so either shall we have to create the object or we can directly use the super keyword

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

    Sir jay jagannath.... plz plz plz plz sir create Video on advance java . I mean JSP,AWT and many more . Plz sir ...

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

    God 🙏 of free java

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

    Thank You very much Sir 😊

  • @AbhilashRathod-kp9nj
    @AbhilashRathod-kp9nj 3 роки тому

    Nice👍🏻

  • @aravindayodhya9057
    @aravindayodhya9057 6 місяців тому

    Difference between this and super keywords

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

    Very good lesson.

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

    Good lectures sir Tnq

  • @aravindetagi4008
    @aravindetagi4008 5 років тому +7

    As you said ...
    Constructor Name should be same as that of class....if so then we cannot give same name for constructor of 2 different class....
    That means we cannot use super keyword for constructor....
    Am I right sir?

    • @sundeepsaradhi
      @sundeepsaradhi  5 років тому +6

      hi
      yes you are correct
      we cannot use super keyword for constructor
      Constructor cannot be overridden.
      Hope your doubt has been clarified.
      Thanks for your support towards our channel and keep following and sharing our channel.

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

    super explanation sir

  • @saraschandranivarthi1760
    @saraschandranivarthi1760 5 років тому +2

    Hi Sir, Can you please make Videos on Up casting & Down Casting?

  • @Shreya-jv4je
    @Shreya-jv4je 4 роки тому

    super explanation tysm sir

  • @dragonbooster5618
    @dragonbooster5618 5 років тому +4

    Sir, in child class you have printed variable without using object.you have written System.out.println(a); instead of System.out.println(obj.a); please tell me the reason for that..

    • @sundeepsaradhi
      @sundeepsaradhi  5 років тому +4

      Hi
      Here a is local variable in child class so we need not access with object and If you want to print the value of a inside the main function then it should be accessed using object name.if you want to access variable declared in parent class inside the child class then it should be accessed using SUPER keyword.
      Hope your doubt has been clarified and if not let me know.

    • @dragonbooster5618
      @dragonbooster5618 5 років тому +2

      Sir, here variable 'a' is declared inside the child class and outside the void display ( ) method.how can it be treated as local variable?

    • @sundeepsaradhi
      @sundeepsaradhi  5 років тому +3

      sorry i didnt observe it and it is an instance variable we can use them inside the class itself but not in the main without creating object.

    • @dragonbooster5618
      @dragonbooster5618 5 років тому +1

      Sir, please upload videos on collection concepts..

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

      @@sundeepsaradhi here this keyword is used implicitly
      Because this keyword is used to refer current class instance variable

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

    Super sir

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

    Sir,What happens if the base class and derived class name are same ....?

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

    Sir i am new to the programming if my question is wrong please excuse me... My doubt is we used child class extends parent class so automatically variables, methods of parent class accessed in child class by using keyword extends now what is the use of this super?

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

      Upto my knowledge,if the same methods and variables names are used both in parent class and child class, we use super keyword.

    • @Unknown-rt9vl
      @Unknown-rt9vl Рік тому

      If both base class and derived class having same variables name and method name then it will confuse the jvm which one to executed so we r using Super keyword

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

    How can I prevent parent class construtor from being executed while creating the the child class object?

  • @lokeshkrishna3573
    @lokeshkrishna3573 5 років тому

    hi sir,
    what happenes if there is any constructor present in the child class will it be directly intialized?

    • @sundeepsaradhi
      @sundeepsaradhi  5 років тому +5

      Hi
      First constructor of parent class will be executed and then constructor of child class will be executed. In the absence of constructor in parent class then child class constructor will be executed.
      Hope your doubt has been cleared

  • @vijayabhaskarareddyvatte1201
    @vijayabhaskarareddyvatte1201 6 років тому +2

    I think accessing is different from inheriting. Is it?

    • @sundeepsaradhi
      @sundeepsaradhi  6 років тому +2

      Hi sir
      I do agree and my intention is, in inheritance concept child class can access variables and methods of parent class. Am I correct sir...

    • @vijayabhaskarareddyvatte1201
      @vijayabhaskarareddyvatte1201 6 років тому +1

      @@sundeepsaradhi until it overrides.. It can access all (private members and constructors) members of its immediate super class.. Good work sir. . Keep it up

  • @meghanadasari-yw9ci
    @meghanadasari-yw9ci 3 роки тому

    Sir this keyword use cheyavachu kada sir same variable echinnapudu

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

    no everything cant accesed in child class if instance varaibles in parent class are private

  • @Chiraagarts
    @Chiraagarts 5 років тому

    Hello i am new here.
    Which session should i follow after super keyword session video?

    • @saikumarpatnala707
      @saikumarpatnala707 4 роки тому +2

      bro if u new to java first learn datatypes,how to create methods,and create objects,class,constructors and finally inhritance concept and this keyword

  • @venkatasaivanaparthi3507
    @venkatasaivanaparthi3507 4 роки тому +2

    Sir when super class (args) is used

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

    Hello sir, you can activate the subtitles. thanksgiving

  • @nekkantivenkateswararao1386
    @nekkantivenkateswararao1386 5 років тому +2

    Sir super constructor ani rayaka poyina kuda jvm ist parent constructor ni print cheysi,next child constructor ki veltunda

    • @sundeepsaradhi
      @sundeepsaradhi  5 років тому

      Hi
      Yes first it will always executes parent constructor and then child constructor.

    • @nekkantivenkateswararao1386
      @nekkantivenkateswararao1386 5 років тому

      @@sundeepsaradhi sir if we want to execute child constructor ist then wat we have to write

  • @drjnr5990
    @drjnr5990 6 років тому

    nice

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

    sir super.display ni main class rayavachu kada sir akada object avsaramledha sir

  • @lokeshkrishna3573
    @lokeshkrishna3573 5 років тому +2

    and also what happens if there are constructors present in both parent and child classes

  • @syedahemedbuhary7934
    @syedahemedbuhary7934 6 років тому

    need help...common oops concept for glabally use programming languages... send any related liklnks please...

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

    Sir can you provide us the notes?

  • @soumendulaha1199
    @soumendulaha1199 5 років тому

    Sir constructors can't be inherited .

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

    What is the use of this super ()?

  • @chinthamokshith7887
    @chinthamokshith7887 5 років тому +4

    Anna Mastu chaputunavu anna

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

    **immediate parent** in the description....

  • @Nitishkumar-rd4jq
    @Nitishkumar-rd4jq 4 роки тому

    constructors cannot be inherited

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

    You are Orsome

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

    super explanation sir