Java constructors 👷

Поделиться
HTML-код
  • Опубликовано: 28 сен 2020
  • Java constructor constructors tutorial explained for beginners
    #Java #constructor #constructors
  • НаукаНаука

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

  • @BroCodez
    @BroCodez  3 года назад +117

    //********************************************************
    public class Main {
    public static void main(String[] args) {

    Human human1 = new Human("Rick",65,70);
    Human human2 = new Human("Morty",16,50);

    human1.drink();
    human2.eat();

    }
    }
    //********************************************************
    public class Human {
    String name;
    int age;
    double weight;

    Human(String name,int age,double weight){

    this.name = name;
    this.age = age;
    this.weight = weight;
    }

    void eat() {
    System.out.println(this.name+" is eating");
    }
    void drink() {
    System.out.println(this.name+" is drinking *burp*");
    }

    }
    //********************************************************

    • @angieg7257
      @angieg7257 3 года назад +3

      Thanks Mr. Bro Code!

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

      Ayo helped🎉

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

      Your code is more valuable for me. I understand everything because of u. Your way of teaching is tremendous. Now I love coding. Thank u bro. What's ur name??

    • @itsme-cb1ky
      @itsme-cb1ky 4 месяца назад

      ♥♥

  • @brettkruskie2699
    @brettkruskie2699 3 года назад +198

    I can't tell you how much I appreciate your English. The wording and work are easily readable. By far better than the average tutorial.

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

      I agree. I understand everything with my Pre-Intermediate English.

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

      @@andycadcam2265 did you watch this with or without subtitles?) i have also this level of english but i cant make out what he talks about without subtitles)
      maybe i have a bad sense of listening)

    • @fer_vicius
      @fer_vicius Год назад +12

      It's definately a breath of fresh air after going through so many Indian tutorials LOL

    • @user-ej1vw4jp3p
      @user-ej1vw4jp3p Год назад

      Agree with you

    • @Jayderzomb
      @Jayderzomb 10 месяцев назад

      not like these indians xD, some have great speaking skills, but some...

  • @cate01a
    @cate01a 3 года назад +137

    you're literally better than other teacher! keep it up bro!

  • @henryjohnson4774
    @henryjohnson4774 3 года назад +27

    Mate, I can't thank you enough. you literally (and I mean it), give the best explanations and examples, singlehandedly giving me a CS career

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

    This is genuinely one of the best content out there. Appreciate it man, very clear and to the point. Amazing !

  • @MikeTManio-vv9en
    @MikeTManio-vv9en Год назад +5

    Bro, you just literally always save me, you're a better professor than my college professor. Always appreciated the tutorials

  • @Emir-yo8ek
    @Emir-yo8ek Год назад +5

    Bro besides your one-by-one telling, your clean tongue helped a lot for people who's their first tongue is not English. Thx a lot again.

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

    You're just too good to be true

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

      thank you for watching Megas!

  • @IsiahDoesVlogs
    @IsiahDoesVlogs 3 месяца назад +2

    This guy is the best, and he literally always posts the code he works on after.

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

    Ever since I started watching your videos I have learned a lot, you have simplified a lot of concepts.

  • @adityarajsrivastava6580
    @adityarajsrivastava6580 3 года назад +5

    You taught me more clearly than my teacher or my book could have...
    Maybe more than what I could have planned by conducting experiments by myself!!!

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

    Wow! This actually made sense. I appreciate these videos so much!

  • @themegapkr516
    @themegapkr516 3 года назад +3

    These are by far the most helpful videos I have come across.

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

    Thanks a lot, I've seen a good amount of constructor videos but yours was the only one that made it make sense for me.

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

    Keep up with the content, bro. You have helped a lot of people new to the programming community. Your videos are great, mainly because you not seem to be in a hurry to end the explanation, you take your time and this e a very positive behavior while teaching.
    When I get my first payment working with Java, I'll definitely donate to you, to show my gratitude. Thanks a lot from Brazil.

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

    Best constructor tutorial I think I have seen on youtube. Well done you helped me out mega on a big part of my project im stuck on.

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

    You are a better professor than my professor. You're a life saver bro!

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

    Really appreciate all these tutorials and videos you do, it’s a great help! Thank you sir 🙏

  • @PopeHeavy
    @PopeHeavy 8 месяцев назад +1

    I like how much more informative and laconic it is than paid courses, keep it up

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

    thank god for people like u. you r really come in clutch

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

    I really like that you try your best to explain things as easy to understand as possible.thanks it was very helpful

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

    Easy and Straight to the point!! You're really talented in explaining complex things that's easy to understand. Keep it up!

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

    you are a genius teacher. please, don't stop making such helpful videos.

  • @chrisgeorgenkuutu8492
    @chrisgeorgenkuutu8492 10 месяцев назад

    I love your videos, so much educative and easy to understand and follow along...much better than my school teachers...i am happy to have found this channel. and have already recommended it to many people that i know.

  • @shyam.upadhyay
    @shyam.upadhyay 2 года назад

    Apart from explaining everything very clearly, Bro got good taste in shows too.

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

    I was really confused making constructors!!!!!!
    But you really helped me !

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

    This is AWESOME! I learn more than other youtubers. Thanks

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

    Thank you for providing the code in the comments. I was able to print it out and write notes on it. This makes the code more tangible which allows me to see the how, why, and where of the code! Now I can understand this! This helps tremendously!! Keep up the good work Bro!

  • @Shodan159
    @Shodan159 2 года назад +21

    Infinitely more helpful than my university lectures. Thanks heaps!

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

    I'm really love you'r teaching, because you helping me many ways.
    thank you so much

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

    This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro

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

    That was good. Just the right pace.

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

    10 minutes of my life that I'm happy I'll never get back. 10/10 the best

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

    You are Awesome! Wishing You Millions of subscribers .

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

    daaang nobody can change my mind that you're the best at teaching !!

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

    High quality tutorial Bro, keep the good work!

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

    I know all this but you are explaining it so good that I watch them all again and again

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

    I have learnt more from you than from my college, keep it up! Awesome sutff, waba laba dub dub!!!

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

    i dont even watch the lectures anymore i go straight to your account, i love your videos they have saved me a lot of time. i love you bro code

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

    A real teacher never charges his students. Real knowledge does knot have a price tag! You a living legend Bro!

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

      Yeah bro a real teacher doesn't really need to eat. A real teacher can just eat his real knowledge and keep his real stomach real full.

  • @m.l.c.m.madhawa4649
    @m.l.c.m.madhawa4649 2 года назад +1

    Bro, Your explanations are easy to understand than my university lectures
    Thanks, a lot man!

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

    I may not be in a position to donate something to you. But may God bless you for what you are doing for free. I graduated from campus last year with zero knowledge of programming. But to be honest. I will be an hero in a year or so.

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

    HUGE LIGHTBULB MOMENT. U SAVE MY GRADE YET AGAIN

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

    Perfect explanation, better than all other videos

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

    You make things easy to understand.

  • @omersond4891
    @omersond4891 3 года назад +1

    thanks for this great explanation

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

    no bs, pure info. many thanks👍

  • @RtsFps1
    @RtsFps1 6 месяцев назад

    Thank you for making those “mistakes” and then explaining why things are done a certain way.

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

    Excellent work, for the difference between the Constructor and normal object

  • @rose4285
    @rose4285 10 месяцев назад

    GREAT LESSON!!! I definitely now understand this topic

  • @user-ik1qu9wp9x
    @user-ik1qu9wp9x Год назад

    Awesome video! I am smashing the like button

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

    Thank you for making this video. It helped me a lot, to understand this topic.

  • @ligdjumvidja8294
    @ligdjumvidja8294 4 месяца назад

    Explained superbly mate thanks a lot.

  • @Mtftq
    @Mtftq 6 месяцев назад

    thank you bro, your examples helping a lot

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

    You are better than my prof at explaining, thanks a lot man you help a lot in my university studies

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

    An amazing suppliment to my programming class

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

    perfect explanation.. really helpful thanks

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

    Thank you so much. Now I know what is constructors, class and methods. My teacher didn't say it that readable like you.

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

    best video series on java i've seen yet

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

    Thank you so much! Your videos are really helping me, so good! 😃🤩💪🏻

    • @BroCodez
      @BroCodez  3 года назад +1

      thanks for watching Dino

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

    Great explanation! It is super well structured and clear. I have to watch your videos while taking other Java course because you explain it so well! Thank you again!

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

      exactly what i was thinking about it. I purchased the best seller java course in Udemy, and its nowhere near bro code.

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

    Awesome stuff. Thank you

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

    Great tutorial.

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

    Another perfect tutorial !

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

    watched manyyy YT videos but by far bro code is the besttt!

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

    Awesome !!!!!

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

    Great video > Thanks

  • @manishmoger8177
    @manishmoger8177 10 месяцев назад

    hello sir, I have never commented on any youtube videos but your videos are amazing and easy to understand far more better than my university lecturers.😊😊

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

    Sir, if you only know how this video helped me in my dilemma. thank you so much. I was actually, for almost 2 days looking for a solution in my practice programming as I am currently doing an IT schooling, then i stumbled unto your video, and right away i liked your video and subscribed your channel as the least i can do to thank you.... :D

  • @ACE-qd3sw
    @ACE-qd3sw 10 месяцев назад

    Whenever I dont understand a concept this is where I come to tysm broCode

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

    you are a very good teacher!

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

    Pretty understandable. Thank you!

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

    Youre a real one ma man

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

    love & peace bro
    keep rising up mate

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

    I was smiling alone, you making coding so interesting😊

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

    big fan from india you are like mentor to me
    🤗

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

    Awesome tutorial!

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

    Thanks for saving me from watching 1hr long videos on each topic which you explain within 2-10 minutes.
    You literally great BROCODE SENSEI!.

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

    Couldn't remember why we needed the constructor in java all turorial teach you how you creat them and use them but not the why ... thx man rly

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

    Very useful. Thank you!

  • @bb-xd1bb
    @bb-xd1bb 2 года назад

    you're a life savor. thank you so much

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

    Great one.

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

    bro you are a legendaire keep it up ✨

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

    I just wanna say that I love you and your page man, a fan of rick and morty and explaining everything so perfectly. thank you *sorry for bad english*

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

    great video. thank you

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

    You give clear explanation. Great job!

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

      thank you for watching Vincent!

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

    Amazing explanations. Keep it up bro

  • @user-wb7zv4fr4z
    @user-wb7zv4fr4z Год назад

    i've learned java construction.Thanks for this video.

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

    Great explanation. Thank you

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

    Thanks . very good

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

    Sir, I was about to quiet coding… you saved me.

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

    You are awesome bro!

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

    awesome !!!!

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

    nice ... great video...!!!!

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

    thank you for another great vid

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

    U are so good brother!!!!!!!

  • @novalessthanthree
    @novalessthanthree 6 месяцев назад

    thank you mr. code very helpful

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

    Nice tut!

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

    Bro its awesome, now i got it!

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

    it's awesome