#40 Encapsulation in Java

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

КОМЕНТАРІ • 93

  • @prakrutijani4205
    @prakrutijani4205 10 місяців тому +15

    I m experienced java developer .. i started watching this playlist to refresh but.. i ended up actually learning making me realize.. i dont know stuff still.However, I loved your teaching way.

  • @sakthipriya8653
    @sakthipriya8653 Рік тому +14

    Its 2 complete hrs, I'm still watching your playlist. Hats off Mr. Navin 👏

  • @wolverine3419
    @wolverine3419 10 місяців тому +8

    the way you explain this is magical. I went through videos to find out what encapsulation is and from you i found it. Highly Appreciated Man!

    • @MFM88832
      @MFM88832 7 місяців тому

      You've used the perfect word, it is just "magical". Telusko has a special talent for teaching!

  • @subajaelango1535
    @subajaelango1535 Рік тому +18

    Actually sir you're my favorite trainer 🔥

  • @SoulOfBharat
    @SoulOfBharat 6 місяців тому +1

    there is no hesitation that you are the best trainer. you really understand how one should be taught it means you understand the problem a student face while studying and grasping the concept. love from the capital of india and from Bihar.

  • @dr.renukapatel9403
    @dr.renukapatel9403 Рік тому +12

    the way you explain any topic is awesome, specially examples....

  • @AyeshaKhan-om9mu
    @AyeshaKhan-om9mu Рік тому +21

    Sir your teaching skills are very good 💯 it's very helpful Java playlist for beginners thankyou so much and Allah bless you ✨👍

  • @Mrindia-k8n
    @Mrindia-k8n 6 місяців тому +8

    00:04 Encapsulation is a part of object oriented programming.
    01:33 Data is stored in the brain in the format of variables
    02:57 Data access control in object-oriented programming
    04:22 Private variables can only be accessed within the same class.
    05:56 Data access is restricted using methods.
    07:16 Private variables can only be accessed within the class that they are defined in.
    08:51 Setting values for variables and accessing them using methods.
    10:22 Encapsulation is a way to bind data and methods together

  • @Sandeep-t1y3g
    @Sandeep-t1y3g Рік тому +4

    Sir, you're tin god and one of my favourite and i like you, god will bless you helping a lot for who needs technical stack to grow their skill-set, hope you provide more content like this, finally your flow of explanation was outstanding, and i like you a lot and a lot more...🔥

  • @nidhinrv317
    @nidhinrv317 3 місяці тому

    Without any doubt, I can say that your training videos is really helpful for anyone to understand the concepts. Thanks for sharing .

  • @jananisrivaideesh1316
    @jananisrivaideesh1316 Рік тому +5

    You are superb sir💯💯💯the way of teaching is in easily understandable manner

  • @LearnEnglishMM
    @LearnEnglishMM Рік тому +19

    You are using examples from personal life; it’s good to let others learn things well. Try to give a minimum of two examples in each video per topic. Thanks.

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

    You are Superb, the way you taught is excellent.

  • @Prasanth-x3n
    @Prasanth-x3n Місяць тому +1

    you are my favorite traiiner sir😮‍💨😀😀

  • @SB-pk2ss
    @SB-pk2ss Рік тому +2

    you don't need to use a static block if you just want to initialze a field
    private static String name = "Phone";
    would be enough.
    but if you need some complex manipulations, requires several lines of code, than yes, there static blocks come in

  • @KunjJadav-t7j
    @KunjJadav-t7j Рік тому +2

    That is fantastic, sir, you are a legend.

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

    Sir your way of explaining is just brilliant!👏

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

    Just explained like a wow.Omg wow 🔥

  • @samnasaif4794
    @samnasaif4794 4 місяці тому

    this is absolutely understandable java concepts simply ,thanku naveen sir

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

    Your teaching style is marvelous❤. Love from Nepal!

  • @debarghyamajumder998
    @debarghyamajumder998 5 місяців тому +1

    Your Teaching is Great Sir! 💛

  • @subbu9739
    @subbu9739 4 місяці тому

    your explination is awesome sir, easy to understand and grasp the concept.thank You🙏

  • @SSbs-p4f
    @SSbs-p4f Рік тому

    Sir your explanation is amezing tqs alot you are equal to God for me

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

    you stored lot of information in your brain and by seeing itself everyoone can understand :) just kidding , lovely explanation

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

    This videos are really awesome ❤.
    Thank you so much for your efforts.

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

    best ever example you told here sir

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

    Thank you for clear explanation sir🙏

  • @VivekSingh-zh3co
    @VivekSingh-zh3co 2 місяці тому

    Best java Tutorial for beginner or professional

  • @ch.Rambabu-goud
    @ch.Rambabu-goud 9 місяців тому

    I am extremely happy to see your vedioed

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

    Nice explanation of getters and setters

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

    Explanation way is so easy

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

    amazing teacshing method 👍👍

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

    expected one.. Thank you sir..

  • @suieyP7
    @suieyP7 11 місяців тому

    Superb sir. Thank you very much.

  • @prabhneo
    @prabhneo 9 місяців тому +1

    @Telusko
    I have a question sir,
    We can even call the getAge() method by simply passing the value and calling it under Demo class, even age is private in class Human. I tried it and worked well, which states that we don't need setAge() method to set the value, can simply pass through the getAge() and fetch the value.
    Please explain sir, how I am wrong and why do we need get, set methods here? I am pretty sure there must be point behind there :)
    For eg:
    public int getAge(int a)
    {
    age = a;
    return a;
    }
    And while calling it under class demo, we can define:
    Human obj = new Human();
    int final = obj.getAge(56);
    System.out.println(final);

    • @Tolly633
      @Tolly633 8 місяців тому

      If u try to just age()method passing the value under demo class from calling function age method to called function age() without get method. If u can declare variables as private u can't access variables without set or get methods. But u did declare variables as private at the same time u used get /set method. That's the reason u got an output(u haven't no error)

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

      anyhow you are setting the value inside that method, that's why there is no error. they are not the default methods right?

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

    very good explaination sir.

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

    really easy to understand sir 😍😍thanku

  • @muhammedashkar692
    @muhammedashkar692 Рік тому +2

    breaks my head and takes his name and says "oh there is his name"🤣🤣

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

    Nice explanation

  • @kaku-bm1ti
    @kaku-bm1ti 7 місяців тому

    thank you sir 👑

  • @it.b.61.prashantsingh87
    @it.b.61.prashantsingh87 9 місяців тому

    Explanantion was top notch! But my question is we use private access modifier so that other classes can't use it, and then we create get and set method through which we can change and access the value, if we are including get and set method for private variable, why we simply can't keep the vaiable public if in the end we need to access and change the data.

    • @justlik3pro
      @justlik3pro 15 днів тому +1

      Hi! The main reason for using getter and setter methods lies in control and protection over how variables are accessed and modified. If you make a variable public-for example, your age-anyone can directly change it to any value, including invalid ones like 0 or even a negative number. Such values could lead to errors and potentially break your program.
      By using a private variable with a setter method, you can control how the variable is updated. This allows you to add validation, or "sanity checks," in the setter method to ensure that only valid data is assigned to the variable. For instance, you could enforce that age must be positive. This approach maintains data integrity and safeguards against unexpected or invalid changes.
      In short, private variables combined with public setters give you restricted and safe access to variables, ensuring they follow any rules or constraints you set.
      Hope this clears things up!

    • @Ms.Minion
      @Ms.Minion 4 дні тому

      Great explanation thankyou

  • @shivanatchiyarmariammal
    @shivanatchiyarmariammal 4 місяці тому

    instaead of the word behaviour we can use methods right ..? please correct me If I am wrong ...!

  • @lepakshirh7419
    @lepakshirh7419 5 місяців тому

    Tqsm sir for sharing knowledge thoroughly🤝🫂

  • @vigneshrp1294
    @vigneshrp1294 9 місяців тому +1

    I have a doubt from a long time and couldnt find the answer.......We use access modifiers to control the accessiblity within the program to ensure encapsulation.....so if we have a private variable and if still we can access it through a public getter method then what is the use of having a private variable.....it can be public instead right?

    • @justlik3pro
      @justlik3pro 15 днів тому +1

      Hi! The main reason for using getter and setter methods lies in control and protection over how variables are accessed and modified. If you make a variable public-for example, your age-anyone can directly change it to any value, including invalid ones like 0 or even a negative number. Such values could lead to errors and potentially break your program.
      By using a private variable with a setter method, you can control how the variable is updated. This allows you to add validation, or "sanity checks," in the setter method to ensure that only valid data is assigned to the variable. For instance, you could enforce that age must be positive. This approach maintains data integrity and safeguards against unexpected or invalid changes.
      In short, private variables combined with public setters give you restricted and safe access to variables, ensuring they follow any rules or constraints you set.
      Hope this clears things up!

    • @vigneshrp1294
      @vigneshrp1294 15 днів тому

      @ thank you so much

  • @navasshariff.s9426
    @navasshariff.s9426 Рік тому

    Allah bless uuu🎉

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

    Sir, can u please tell me what is the point if we can access the data and change the data even if it's private? what is the advantage of the variable not being accessed directly.....Please respond as soon as possible sir.

    • @a.m.e.e.e.r
      @a.m.e.e.e.r Рік тому

      As you heard he said only via methods, so if you don't make "setName" method for example, no one can change the data, while they can GET the data via "getName" it depends on the methods you create. and yeah everyone can touch it if they have your pc, but it's different when it's on the app/game/web you make. Hope it helped. 😊

  • @Mrindia-k8n
    @Mrindia-k8n 6 місяців тому +1

    HE is talking about the movie wall -e where he used the words pixel
    pls give a me a like

  • @yashjangid4222
    @yashjangid4222 Місяць тому +1

    ya sir we are ailiens 🤣🤣

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

    Thanks ❤

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

    I just learned about encapsulation right now😂, does this mean I should stop using constructors and use setters instead?

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

    Can we achieve encapsulation by declaring variables protected instead of private ?

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

    Yes, but is it important to make the class in such a way that we should asign the private vable value directly withou using the setter method.? Why we need to create the strcuture to set the data only and to fetch the data ? I mean what is the actual real life purpose of doin this activity which you are saying Encapsulation ?

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

    Sir pls provide notes for this playlist

  • @aanchalthakur9088
    @aanchalthakur9088 4 місяці тому

    sir i got ur point but in set method why we used void returntype as uh had told in method concept that we use void as returntype when we dont want to return anything ....plz clear this doubt of mine

    • @VikasReddy-r6y
      @VikasReddy-r6y 2 місяці тому +1

      it is because in set method we only want to modify the field(variable) . Generally we don't expect the function to give us any value. The methods job is to take the input argument and assign it to object's variable

  • @sirrisathwik8332
    @sirrisathwik8332 Рік тому +3

    telugaa bhaiyaa

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

    "break my head and say... Hey! I got the data" 🤣🤣🤣🤣

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

    ❤tnku sir

  • @vinaysaiakula9475
    @vinaysaiakula9475 11 місяців тому

    Sir what if we keep method as private 🤔

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

    U r lit sir 🔥

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

    very good sir i got it
    but encapsulation means only public method can access it
    encapsulation means data hiding
    but we are going to public the data
    can someone clear mt doubt....

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

      we are not going to public data member instead we are going to public the member functions which help to get and set the value of our private data member
      see the below code
      class Encapsulation{
      private int x;
      // now this data member is hidden from outside world as it is private but to set its value and get its value we need to define functions which are public and can be used
      public void set(int a){
      x=a;
      }
      public int get(){
      return x;
      }
      }

  • @puruagni1927
    @puruagni1927 7 місяців тому

    Why are you not updating VS Code? Please update VS Code.

  • @kitsune-hc5zk
    @kitsune-hc5zk 3 місяці тому

    so its basically POJO and BEANs

  • @prudvidiyya9226
    @prudvidiyya9226 11 місяців тому

  • @NirajKumar-ip1gq
    @NirajKumar-ip1gq Рік тому

    obj.setAge(a: 30); I didn't understood this

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

    why there isn't this.age = age or return this.age ?

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

      Yes you can, but the variable name which is coming as a parameter should be 'age' .

    • @ArpithaHK
      @ArpithaHK Рік тому +2

      The parameter which is passing to setter method is same as the instance variable, then "this" must be used.
      for ex:
      public void setAge(String age); {
      this.age = age;
      }

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

      U can use that if u set your methods parameters name exactly like instance variables. By the way thats a good practice to use proper name in methods and use this keyword to refer.

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

    public class Main{
    public static void main(String[] args) {
    Human me = new Human(30, "Mario");
    System.out.println(me.GetName() + " " + me.GetAge());
    }
    }
    class Human{
    private int age;//private attribute
    private String name;
    public Human(int age, String name){//constructor
    this.age = age;//setting
    this.name = name;
    }
    public void SetAge(int age){//set value
    this.age = age;
    }
    public int GetAge(){//output
    return age;
    }
    public void SetName(String name){//setter
    this.name = name;
    }
    public String GetName(){//getter
    return name;
    }
    }

  • @0shaad
    @0shaad Рік тому

    adam scandler's pixel

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

    Are you from telugu

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

    mm

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

    fire uuuuu

  • @sultankodirov
    @sultankodirov 11 місяців тому

    you can user my name as a trainer hahahaaahahhaahahahah

    • @sultankodirov
      @sultankodirov 11 місяців тому

      I use by the way )))))hahahaha

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

    6:28 Jeffrey Dahmer's way of accessing the data

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

    And your age is 41

    • @thebacheafghan
      @thebacheafghan Рік тому +3

      you cannot define someone's age. you are ageist. you are cancelled.

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

    You use too many words, cut it by 1/3