Java OOPs in One Shot | Object Oriented Programming | Java Language | Placement Course

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии •

  • @thesuryapolisetty
    @thesuryapolisetty 3 года назад +3047

    00:00 Classes and Objects
    Constructors
    Types of Constructors
    21:07 Polymorphism (Function overlaoding)
    26:26 Inheritence
    34:43 Packages
    39:42 Access Modifiers
    47:00 Encapsulation
    48:14 Abstraction
    57:29 Interfaces
    01:01:16 Static Keyword

  • @ArunKumar-nd3qm
    @ArunKumar-nd3qm 2 года назад +98

    00:00 Classes and Objects
    13:10 Constructors Types of Constructors
    21:10 POLYMORPHISM (Function overlaoding)
    26:30 INHERITANCE
    34:52 Packages
    39:43 Access Modifiers
    47:03 ENCAPSULATION
    48:16 ABSTRACTION
    57:04 Interfaces
    01:01:22 Static Keyword

  • @Saksham_IRL
    @Saksham_IRL 2 года назад +544

    1. Encapsulation :- Wrapping up of data member (variables) and member function (method) together into a single unit called is known as encapsulation .
    2. Abstruction :- It is the act of representung essential features of class without including the background details.
    ex :- switch board , etc.
    3. Polymorphism :- It is the ability of an object to behave in different form according to the message passed to it.
    In java it is implimentes due to function ove loading
    4. Inheritance :- It is the ability of an object to acquire the properties of another class.

    • @alim241081
      @alim241081 2 года назад +9

      overridding missed

    • @ravanasura8308
      @ravanasura8308 2 года назад +6

      can you explain why did she not use static keyword ,but she told in the oerior vedio that to call a function we need static keyword

    • @ravanasura8308
      @ravanasura8308 2 года назад +2

      @R2H fanpage thanks bro

    • @moviesclips.....a.j3035
      @moviesclips.....a.j3035 Год назад +3

      And method overloading miss hai

    • @DhirajkaReview26
      @DhirajkaReview26 Год назад +2

      @@moviesclips.....a.j3035 when you call same method with by same name by minor change by your own particular need thats call method overloading

  • @BirupakshyaPanda2
    @BirupakshyaPanda2 Год назад +49

    Beautifully explained OOPS in Java, I have read many notes and examples but was still doubtful about the concepts. After watching this video I am now quite clear about the OOPS concepts in Java. Her lecture was excellent, it was worth watching as it was consumed very less time.😀

  • @sumitkumar3015
    @sumitkumar3015 3 года назад +44

    Didi , please post video regularly.
    Waiting from long time.
    Also data structures coming in college end term examination in java (December).

  • @easy_path6261
    @easy_path6261 2 года назад +6

    This Keyword >> This is a Refrence variable which holds the Reference id of current object .
    and this always points to a current object.

  • @rajchhapariya8805
    @rajchhapariya8805 11 месяцев назад +12

    00:04 Object-oriented programming is used to solve real-world problems through coding
    02:26 Java Object Oriented Programming basics
    07:33 Understanding Java OOPs in One Shot
    10:18 Object Oriented Programming in Java
    15:11 The constructor in Java can be created either by default or by using parameters.
    17:39 Copy an object and put it in another object
    21:43 Java OOPs covers time polymorphism and runtime polymorphism
    23:53 Overview of Function Overloading in Java OOPs
    27:56 Java OOPs in One Shot
    30:15 Java OOPs covers inheritance, single level inheritance, multi-level inheritance
    35:17 Java OOPs involves writing code logically and organizing it in a structured manner.
    37:10 Java OOPs in One Shot
    41:37 Access modifiers in Java OOPs
    44:19 Java OOPs in One Shot | Object Oriented Programming
    48:18 Java OOPs in One Shot - Object Oriented Programming
    50:31 Object Oriented Programming in Java
    55:35 Understanding the concept of constructors in Java OOPs
    57:32 Interfaces in Java cannot have constructors
    1:01:46 Creating an object of a class allows multiple instances with shared properties.
    1:03:48 Java OOPs in One Shot | Object Oriented Programming.

  • @mahendrachourasiya
    @mahendrachourasiya 8 месяцев назад +934

    2X is too slow. Please youtube bring 5X for us. Atleast for students😂

    • @Chadbro.04
      @Chadbro.04 8 месяцев назад +12

      Absolutely

    • @sonalikajoshi56
      @sonalikajoshi56 8 месяцев назад +31

      2x mei krke thoda right side hold krke rkho 4x jitni speed ho jaegi🤪😍

    • @zepgurl5722
      @zepgurl5722 8 месяцев назад +3

      Fr

    • @noumanraza3955
      @noumanraza3955 7 месяцев назад +8

      Baita parhanay atay ho ya sunnnay aatay ho

    • @invincibleAshishjha
      @invincibleAshishjha 7 месяцев назад +20

      ​@@sonalikajoshi56 Nahi vo 2x hi rehta h

  • @bhaveshkumar6842
    @bhaveshkumar6842 2 года назад +58

    24:41. This is the best video for OOPs in Java. However, in function overloading, you cannot have more than one function with the same name, same parameters but different return types.

    • @muskanvarshney287
      @muskanvarshney287 2 года назад +7

      The same thing struck to my mind and to be sure I used intellij :-D. So yes, it can't happen.

    • @krishnabirla16
      @krishnabirla16 2 года назад +7

      Yep, else how will JAVA decide what to call for Add(1, 2) if there are two functions that return int and double.

  • @PavanKumar-yd7bh
    @PavanKumar-yd7bh Год назад +24

    You have a talent for making complex ideas seem simple ❤thanks to you

  • @somnathduttabanik5048
    @somnathduttabanik5048 2 года назад +20

    24:41- correction
    In Java, Method Overloading is not possible by changing the return type of the method only.

    • @kapilsingh2816
      @kapilsingh2816 2 года назад +2

      Thanks bro
      @Apna College u must tell this thing as a popup or something

    • @asadullahallmamun3192
      @asadullahallmamun3192 2 года назад

      but it returns answer
      class Shape {
      void area(){
      System.out.println("area");
      }
      }
      class Tri extends Shape{
      void area(int hight,int length){
      double res=(hight*length)/2;
      System.out.println(res);
      }
      }
      class Circle extends Shape{
      void area(int r){
      System.out.println((3.1416)*r*r);
      }
      }
      public class Opg{
      public static void main(String[] args) {
      Circle c=new Circle();
      c.area(2);
      }
      }

    • @somnathduttabanik5048
      @somnathduttabanik5048 2 года назад +1

      @@asadullahallmamun3192 it's an example of method overriding

  • @Statusworld28803
    @Statusworld28803 Год назад +33

    No one can explain much better than this .....
    Much respect 🙏

  • @husain_bhai0
    @husain_bhai0 Год назад +210

    Hello Aman Bhaiya,
    There are few more concepts that we need as in college as professional, if possible if you can make video on these concepts of Java:
    Java API Packages
    Multi threaded programming
    Managing Error and Exception
    Managing I/O Files
    Java Collection
    Applet Programming
    AWT
    Event Handling
    JavaFX
    JDBC
    Java Networking
    Thank You

  • @heyitsdarsh
    @heyitsdarsh 2 года назад +145

    The sheer clarity and the flow in which OOPS concepts are explained is commendable. Excellent work done!

    • @markupton6084
      @markupton6084 2 года назад +5

      Wtf are you talking about it’s not even in English

    • @Spider-Man_67
      @Spider-Man_67 2 года назад +28

      @@markupton6084 Then try to learn Hindi along with java, otherwise, go somewhere else.

    • @cindrasenareddy1929
      @cindrasenareddy1929 Год назад

      @@Spider-Man_67 🤣🤣🤣

    • @saurabhraj2690
      @saurabhraj2690 Год назад

      @@markupton6084 Then learn languages older and richer vocabulary than English नहीं तो मम्मी चुदालो जाके।

    • @SandalwoodYashBoss
      @SandalwoodYashBoss 11 месяцев назад

      ​@@Spider-Man_67 south Indians don't know Hindi

  • @nadimahmed9342
    @nadimahmed9342 2 года назад +11

    Classes and Objects
    Constructors
    Types of Constructors
    21:07 Polymorphism (Function overlaoding)
    26:26 Inheritence
    34:43 Packages
    39:42 Access Modifiers
    47:00 Encapsulation
    48:14 Abstraction
    57:29 Interfaces
    01:01:16 Static Keyword

  • @Vishal-xu1mz
    @Vishal-xu1mz 2 года назад +44

    24:40 In Java, Method Overloading is not possible by changing the return type of the method only.

  • @sanathkumar6526
    @sanathkumar6526 Год назад +57

    Literally every single one of my doubts in oops was beautifully explained in this video, thanks a lot didi ❤️

    • @itscodingtime07
      @itscodingtime07 Год назад

      @its_coding_time subscribe the channel for simple explanation

  • @sanketgaikwad7333
    @sanketgaikwad7333 Год назад +71

    📌 📌 Correction in video information :: 24:40
    Function overloading can not be performed by changing the return type, means it does not depend on return type

    • @utkarshpathak3472
      @utkarshpathak3472 11 месяцев назад +5

      no, you can change data type of that method
      eg:-
      class Method{
      public static void main(String[] args) {
      Hello();
      System.out.println(Hello(5, 0));
      }
      static void Hello(){
      System.err.println("hello");
      }
      static int Hello(int a, int b){
      return(a+b);
      }
      }

    • @govind_5101
      @govind_5101 9 месяцев назад +4

      @@utkarshpathak3472 function overloading cannot be performed only just by changing return type,thats what he is wanna convey
      (and its true). 💢💢

    • @Ignite_Growth5
      @Ignite_Growth5 3 месяца назад

      Hiii​@@govind_5101

  • @abdulhanan1633
    @abdulhanan1633 3 года назад +16

    Lectures are very informative Thanks for sharing sister
    Your teaching method is very good
    From Pakistan

  • @Abhishek-rn5wg
    @Abhishek-rn5wg 2 года назад +9

    Salute to the Tutor. I am from Mechanical Engineering background but I understood it very well.

  • @anonymousm8357
    @anonymousm8357 3 года назад +20

    Plz make full length videos like this one its great...........#OOP BUSTED

    • @aurum2403
      @aurum2403 Месяц назад

      job lagi ya berozgar hai abhi bhi?

  • @SAURAVVISHNUGITTE
    @SAURAVVISHNUGITTE Год назад +6

    My exam was after 5 hours, your video saved me 😊😊I knew nothing of Java , but within this 1 hour lecture I understood many things related to object oriented programming .

  • @ramaplayz6934
    @ramaplayz6934 Год назад +3

    for those using Intellij are who are not able to create a package and upload it at 39:10...write down this code instead of what Shraddha di tells us to write
    code:->
    package bank;
    public class Bank {
    public static class account{
    public String name;
    }
    }

    • @ayushkale3632
      @ayushkale3632 9 месяцев назад

      if you can explain can you please tell why did that code ran in video but not in we type

  • @DeviL_SLaYer_
    @DeviL_SLaYer_ 8 месяцев назад +3

    Charan sparsh h didi ko ,
    Gurur Brahma Gurur Vishnu.....
    Meri job m bohot help mili h .🌹

  • @tanveeralam3971
    @tanveeralam3971 2 года назад +61

    Nobody have taught me oops concept with this much theoritical clarity just loved your teaching ❤️

    • @itscodingtime07
      @itscodingtime07 Год назад

      @its_coding_time subscribe the channel for simple explanation of topics

    • @aggupta1636
      @aggupta1636 Год назад

      😒

  • @rakshit3515
    @rakshit3515 2 года назад +10

    A great video to come back to for refreshing concepts. Thank you very much!

  • @SA-lt8pc
    @SA-lt8pc 2 года назад +13

    finally got a teacher who is not boring whom i like by the looks and whose method i understand

  • @skmansur7185
    @skmansur7185 2 года назад +5

    Better than any lecture. Thank you for this awesome lecture.

  • @ishanrastogi3049
    @ishanrastogi3049 3 года назад +19

    Please also do a video on java database connectivity, and its basics. It would be of great help. By the way, loved the video.

  • @17_a_nehakadam55
    @17_a_nehakadam55 2 года назад +78

    The playlist is very helpful. Thank you so much to whole team of Apna College. Its due to you guys that I'm able to learn java in such a convenient way.. Keep up the good work!

  • @ashisharora1374
    @ashisharora1374 3 года назад +34

    First of all, I thank you for providing precise and much needed helpful content. Please consider making videos for helping testers in automation and devops.

  • @LearncodewithMuneeb
    @LearncodewithMuneeb Год назад +1

    The way you teach OOPs concept is very best and I learn more things from this video.
    Every topic is cleared.

  • @ayushchaudhary6154
    @ayushchaudhary6154 Год назад +18

    Hi ma'am today was mid semester examination of Object Oriented Programming with Java . For preparing oop I watched your video and learnt from notes provided in the comments section.
    This made an effect on attempting the examination.
    Thanks for creating these exiting and interesting videos.

    • @MoooGta-de1xb
      @MoooGta-de1xb Год назад

      where is link for notes i can't find it can u send here

  • @c713gb4
    @c713gb4 3 года назад +8

    I'm an Android developer and this video is extremely informative. Thanks a lot Didi ! :)

  • @SHUBHAMKUMAR-lz5sd
    @SHUBHAMKUMAR-lz5sd 3 года назад +33

    mam this is really awesome OOPS revision in one short.
    your way of teaching is really awesome mam .
    mam please can you provide us data structure and algorithm concepts in short.

  • @beingalpha8030
    @beingalpha8030 2 года назад +9

    I've been trying to understand oops concepts for 2 years but watching your video gave me full understanding. Thank you

  • @suryaprakash1890
    @suryaprakash1890 2 года назад +13

    Every single second is worth watching!! Great lecture Didi❤️🥳.

  • @kingjoy7600
    @kingjoy7600 5 месяцев назад

    Abstraction:
    Hiding the implementation details from end user
    Realtime example - watch (we don't know the functionality)
    Encapsulation : hiding the details from implementation level

  • @SpecialHaryanaPradesh
    @SpecialHaryanaPradesh 3 года назад +7

    Back Again 🔥
    Happy Diwali 🔥

  • @mayurakotkar7267
    @mayurakotkar7267 2 года назад +9

    This video will help me lot to review my oops concepts strongly, The way of teaching is also best to clear out each and every point and to helpful for those who will be learning java oops concepts Thanks for providing such kind of conceptualized video to clarify each and every concepts in oops

  • @harshthakur1444
    @harshthakur1444 Год назад

    After Studying java : Actualy in 6:09 " new Pen( )" creates an objects. An object is created first then a ref variable in created seapreatly which is then refred to an object . ie Pen pen1 ; new Pen( ); pen1=new Pen( ) are 3 seapreate statements which shows how an object is created and then refred thriugh an refrence variable.

  • @charangowda384
    @charangowda384 2 года назад +4

    shradha covered entire oops in 1 hour video which the university teacher takes literally a month or more than month to cover all the topics.
    Superb explanation of all the concepts.

  • @ganeshjadhav3643
    @ganeshjadhav3643 3 года назад +10

    Next level teacher 🔥🔥🔥
    Keep teaching us...
    GBU.. 🙏

  • @ayushyadav1894
    @ayushyadav1894 3 года назад +10

    Thank you 💕 for continuing this series

  • @sankalpdas8675
    @sankalpdas8675 2 года назад +27

    Super nice tutorial except that 24:40 part , the amount of clear examples used and the no of small minute details covered by her in every lecture till now is commendable. I always struggled with the oops concepts but now I have a very good understanding! Thank you.

    • @Dark2115azazel
      @Dark2115azazel Год назад +2

      method overloading doesnot depends on return type if u have different return but same parameters then it will give error.

  • @inarathussain4315
    @inarathussain4315 2 года назад +12

    This has made my concepts so clear! Brilliantly taught! Ma'am, I am a fan of yours.

  • @madhursharma1313
    @madhursharma1313 Год назад +1

    Your vides is very great and helpful... aapki videos dekh krr mein bhit khch sikh gyi

  • @fahadkhan-pz9lb
    @fahadkhan-pz9lb Год назад +11

    Thanks for helping us out to understand the basics of OOP, I have not been in touch with OOP from last 4 years, by watching your video I have suddenly recalled all concepts. My Inteview is scheduled tomorrow, wish me luck :)

    • @puhh04
      @puhh04 Год назад

      So how was ur interview

    • @fahadkhan-pz9lb
      @fahadkhan-pz9lb Год назад

      @@puhh04 Not succeed, but after giving multiple interviews, finally I've received an offer letter :)

  • @ashishdavda4514
    @ashishdavda4514 Год назад +6

    Good explanation, but overloading does not depend on return type.

  • @siddharthapachourey1706
    @siddharthapachourey1706 3 года назад +22

    Thank full for this course much needed course, only course i found teaching with practical code at par with courses like Harvard's cs50.
    Even the examples used in inheritance for shapes strikes the concept perfectly in my mind, and the delivery of knowledge is excellent only a perfect learned can deliver such perfectly. KUDOS to everybody
    Great work keep going

  • @saqibjr1404
    @saqibjr1404 Месяц назад

    The way She Explains Everything is just so Amazing. Forever Thankful❤❤❤

  • @rtzreveillere7514
    @rtzreveillere7514 Месяц назад +2

    Wattch the video in 0.75x. It is understandable better!

  • @mdsohrabakhtaremam9555
    @mdsohrabakhtaremam9555 3 года назад +7

    way of explanation is so clear and effective to visualize things and learn....Please also make video on how to build career in ML, Programming,Web dev Please Thanks in advance for such efforts hats off

  • @alamshaikh4358
    @alamshaikh4358 3 года назад +4

    I'm really exciting about Data Structure and algorithm.
    But may I request please cover advanced java too.

  • @akashlaha7058
    @akashlaha7058 3 года назад +190

    We need full detailed vdo in evry topics....

    • @akashlaha7058
      @akashlaha7058 3 года назад +4

      @@debiprasaddash654 par uska language samjhne main thoda muskil hota hai

    • @rameshmalhotra9525
      @rameshmalhotra9525 3 года назад

      ruclips.net/video/eWFrau_sE34/видео.html

    • @debiprasaddash654
      @debiprasaddash654 3 года назад

      @@akashlaha7058 waha se achha vdo kaha se bhi nehi milega bhai

    • @akashlaha7058
      @akashlaha7058 3 года назад

      @@debiprasaddash654 haaa ye sahi hai lekin

    • @tusharbhansali4205
      @tusharbhansali4205 3 года назад

      @@debiprasaddash654 sir don't promote

  • @saurabhpatil9496
    @saurabhpatil9496 2 года назад +2

    So well explained ; really helped me for a quick revision in 40 mins.

  • @iamadityavaishy
    @iamadityavaishy 21 день назад

    21:10 to 26:25 Kya gazab samjhaya hai Polymorphism (only Function Overloading explained)
    Never forgetting it again

  • @vaibhavsonune3583
    @vaibhavsonune3583 2 года назад +9

    24:40 I think return type doesn't matter in overloading, by changing return type we can't achieve overloading

    • @ravanasura8308
      @ravanasura8308 2 года назад +1

      can you explain why did she not use static keyword ,but she told in the oerior vedio that to call a function we need static keyword

    • @hastakpatel8826
      @hastakpatel8826 2 года назад

      @@ravanasura8308 a static method can be called without creating an instance (object) of that class, thus main () is made static since object of the main class is never created before compilation, if you want to know more about static keyword then ref: ruclips.net/video/qRCEdWQ0f4Q/видео.html

    • @aryaashish188
      @aryaashish188 2 года назад +1

      @@ravanasura8308 functions can be called in two ways-
      1. by creating an object of the class and then calling that function
      2. by creating a static function-
      eg:
      public static void display() {
      System.out.print("Good Morning");}
      and this static function can be called directly (without using any object)
      public static void main(String[] args){
      display();
      }
      it will work..........

  • @sourabhchandel1235
    @sourabhchandel1235 3 года назад +9

    can you make a detailed oops in C++ in one video
    your explanations are pretty good and point to point and very easy to understand

  • @raj_kundalia
    @raj_kundalia Год назад +4

    Method Overloading allows different methods to have the same name, but different signatures where the signature can differ by the number of input parameters or type of input parameters, or a mixture of both. - This was not clearly mentioned I think.

  • @omkute1201
    @omkute1201 Месяц назад +1

    Thank you ma'am 🙏🙏
    Apne sare doubts ek hi lecture me cover kardiye
    Thank you so much ma'am🙏🙏❤️

  • @samnayakawadi
    @samnayakawadi Год назад

    What was good?
    - The video was excellent.
    - She has covered all the necessary points to understand the OOP.
    - The way of explaining things was so good.
    - The examples were also very good to understand it in the right way.
    Where improvement is needed?
    - You could have done the trial & error in coding i.e. Multiple test cases for an even better understanding.

  • @AnkitKumar-dc3jt
    @AnkitKumar-dc3jt 2 года назад +4

    You should show us the error which came in console when you missed creating default constructor and wrote copy constructor. Explaining the reason of that error would provide viewers a better understanding. By the way nice video and I have subscribed your channel.. 👌
    We have to define default/non parameterized constructor by ourself if we have defined any parameterized constructor which you have defined as copy constructor here. But if we don't define any parameterized constructor then default constructor is created by JVM. Correct me if I am wrong.
    Also please don't confuse viewers by your words because each word you say is tightly linked to topic and we are learning from you and listening to each of your words very carefully. You mentioned in partial abstraction that you have created a function name animal but you later pointed to eat function of Animal class.
    But end of the day I have subscribed you channel and really thanks for the video.

  • @zankrutpatel6753
    @zankrutpatel6753 2 года назад +5

    Perfect and to the point discussion.
    I am very happy that I found this video.
    This video very helpful to me.
    Good Work and Thank you so much for making this type of content.

  • @mk_ahmar
    @mk_ahmar 2 года назад +7

    Amazing! you've delivered very clear concept of OOPs.

  • @ahalyapanth6405
    @ahalyapanth6405 8 месяцев назад

    1 hr class was next level I have zero knowledge about Java but you made it too easy❤❤❤ TQ for the master class

  • @lakshmisathyan2965
    @lakshmisathyan2965 Год назад

    Her expressions and actions while teaching are unmatchable

  • @musicera6325
    @musicera6325 3 года назад +13

    Thank you so much for providing this worthy stuff for free! I used to hate java only because I really was not able to understand these concepts but after watching this video I fell in love with Java. Thank you once again. Much love :)

  • @AmitKumar-cp1oz
    @AmitKumar-cp1oz 3 года назад +4

    Please give timeStamps too in longer video from next time. It become so much easier.

  • @utkarshtiwari1769
    @utkarshtiwari1769 3 года назад +7

    DIDI please post video regularly ....
    Or appse pedh kar Java mein itna maja a raha hai
    Ki couldn't wait for next video..
    Wating for long time
    Also data structures coming in college in exam ...

  • @TechnicalFreeLearning
    @TechnicalFreeLearning 2 года назад +2

    Learn html css web development php java database etc on technical freelearning videos will get uploaded soon👍

  • @stupiDC21
    @stupiDC21 9 месяцев назад

    This has to be one of the best lectures on OOPS on the entire internet(And I truly mean the entire internet, I have gone through tons of videos and articles)....thanks a lot!!

  • @onkarchougule99
    @onkarchougule99 2 года назад +61

    The work you are doing is just next level🔥🔥. It's very helpful and informative and lots of concepts are now getting clear. we all appreciate your work which u are providing free of cost..thx didi

  • @rakibmondal6769
    @rakibmondal6769 3 года назад +4

    Maam, please cover full Data Structures and Algorithms in JAVA❤️

  • @im.rakesh0827
    @im.rakesh0827 3 года назад +7

    It was fantabulous , and like the way you teach : Thanks for making such content :

    • @sohan6596
      @sohan6596 3 года назад

      and i like the way you lie

  • @SayanDas-hs1lb
    @SayanDas-hs1lb Год назад +1

    24:35 **[functions `can not` be overloaded if they differ only in the return type.]

  • @zainulabiden7714
    @zainulabiden7714 Год назад

    We watch your daily on big screen and learn something new daily we are 75 student...❤❤❤huge respect from Pakistan ❤

  • @kshitishsavkar6823
    @kshitishsavkar6823 Год назад +4

    While the video does cover many basic oops concepts very efficiently and clearly, also make a more detailed playlist on OOPs concepts

  • @sauravkumarsonu5539
    @sauravkumarsonu5539 2 года назад +6

    Amazing content, loved the way you teach. Thank you so much. ❤️

  • @jayeshahirrao3868
    @jayeshahirrao3868 Год назад +4

    Small correction
    13:16 constructor is used to initialise the object
    To create object new keyword is used
    Thanks for video didi

  • @vikasyadav1311
    @vikasyadav1311 2 года назад +1

    Reminder on video timestamp 24:50 mam tells that we an use method overloading by changing return type of method which is wrong.
    We can't achieve method overloading by changing return type of methods due to avoid the ambiguity..
    Mam plz correct it in video

  • @allmovieshubbbb.
    @allmovieshubbbb. 2 года назад +4

    THANKS A LOT DIDI ❤I WAS CONFUSED AND STUCKED ON THAT TOPIC BUT YOU MAKE IT CLEAR FOR ME ...

  • @SnehaChauhan-nh8fy
    @SnehaChauhan-nh8fy Год назад +3

    Way of teaching all these concepts is incredible 👍👍
    Understanding oops concept from scratch to such a level.. Superb😃

    • @mridulsd2023
      @mridulsd2023 5 месяцев назад

      Are u a college student?

  • @saiteja8576
    @saiteja8576 3 года назад +10

    Didi please post the notes as soon as possible 🙏
    I am learning Java from your videos
    Apna college is doing a great work 👍

    • @coding1415
      @coding1415 3 года назад

      ruclips.net/video/z-iL5JJSK2c/видео.html C language

  • @kumuthusandeepa8045
    @kumuthusandeepa8045 Год назад

    I'm from Sri lanka. Apko teaching Style bohoth achchahe. thank you very much madam

  • @specificgyan-adarshmishra7857
    @specificgyan-adarshmishra7857 6 месяцев назад +1

    Very Detail Explanation...
    Thanks You

  • @allenallen797
    @allenallen797 2 года назад +8

    24:49
    by changing return type function overloading will not be achieved it will be consider as same function only and get an compilation error
    so we must have difference in their functional parameter type or number

    • @aditidhingra3513
      @aditidhingra3513 2 года назад +1

      there are some technical mistakes in her videos. like this one that you pointed. otherwise good work but those who are beginners will definitely learn few concepts in correctly

    • @bhaveshkumar6842
      @bhaveshkumar6842 2 года назад

      @@aditidhingra3513 Could you please tell me the other mistakes? I don't want the exact time stamps of the mistakes, kindly just mention the mistakes that you remember. Thanks in advance.

    • @ahsanaliessani.4835
      @ahsanaliessani.4835 2 года назад

      which ide she is using can you tell me plz?

  • @sumaiyashaheen7216
    @sumaiyashaheen7216 2 года назад +62

    Didi you are amazing ❤️ body language, knowledge, method of teaching and the way you covered and elaborated all the concepts are just amazing 🌸

  • @aayushpatel8598
    @aayushpatel8598 3 года назад +6

    Please continue this series 🙏

  • @manassingh9445
    @manassingh9445 9 месяцев назад +1

    students: don't waste your time to learning this things just go deep down in Java. She talks about "this "keyword which is the most difficult topic and she tells in seconds

  • @nadeemanwar1274
    @nadeemanwar1274 Год назад +4

    Thank you mam❣️
    Huge respect from Nepal❤️

  • @hemensanmahilange4127
    @hemensanmahilange4127 2 года назад +3

    Great contents you have created didi ! it really helps in understanding core concepts.

  • @AhmadRazaUnique
    @AhmadRazaUnique 2 года назад +11

    Mam, please make DBMS, OS and CN in one shot too.. ❤️❤️

    • @UnitedIndia397
      @UnitedIndia397 2 года назад +1

      yes ma'am plzz

    • @amitvikram596
      @amitvikram596 2 года назад

      For dbms u can check gate smasher channel .... it's great

  • @adithidesai8690
    @adithidesai8690 28 дней назад +1

    24:43 I think you got it wrong. Overloading doesn't happen when only return type is changed in java. I was asked the same question in my Oracle interview and I got it wrong there. Interviewer was kind enough to correct me.

  • @sakibuzzamansakib274
    @sakibuzzamansakib274 9 месяцев назад

    Best basic information java class in online platform

  • @Study-bt6qh
    @Study-bt6qh Год назад +70

    NOTE : try java by DURGA sir!!!

    • @delete7950
      @delete7950 Год назад +1

      Bhai link copy kerke Dena unnke Chanel ka please

    • @Dheerajsingh001
      @Dheerajsingh001 Год назад +2

      Pagal h kya yaar

    • @Dheerajsingh001
      @Dheerajsingh001 Год назад

      200 video 1 HR se adhik ke

    • @user-BP2020
      @user-BP2020 11 месяцев назад +3

      Shradha didi ❤❤ is a best teacher in a world. Not Compare for anyone

    • @tulsishetty7850
      @tulsishetty7850 10 месяцев назад +1

      I saw his video bhai kal Mujhe prelim paper pe bhi sirf Uska South Indian accent language links padhega

  • @vishaladithya9703
    @vishaladithya9703 3 месяца назад +1

    Encapsulation concept is explained at 46:37

  • @aniketpakhare5289
    @aniketpakhare5289 Год назад +1

    The efforts made to explain hard topics in easy way💯💯
    Thankyou so much mam

  • @HarshKumarJha_1331_
    @HarshKumarJha_1331_ 2 года назад +8

    Thanks Didi and Aman Bhaiya you two helps us students alot , your videos helped me in my 12th too and now helping in my college , your videos motivate and inspires us alot with a bunch full of educative knowledge .

  • @muthyapushivakesh1293
    @muthyapushivakesh1293 Год назад +6

    Thanks for the video. This is very informative. But Method overriding ka concept cover nhi hua. :)