Java overloaded constructors 🍕

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 163

  • @BroCodez
    @BroCodez  4 ปีที่แล้ว +62

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


    Pizza pizza = new Pizza("thicc crust","tomato","mozzerella","pepperoni");

    System.out.println("Here are the ingredients of your pizza: ");
    System.out.println(pizza.bread);
    System.out.println(pizza.sauce);
    System.out.println(pizza.cheese);
    System.out.println(pizza.topping);

    }
    }
    //**********************************************************************************
    public class Pizza {
    String bread;
    String sauce;
    String cheese;
    String topping;

    Pizza(){

    }

    Pizza(String bread){

    this.bread = bread;
    }

    Pizza(String bread,String sauce){

    this.bread = bread;
    this.sauce = sauce;
    }

    Pizza(String bread,String sauce,String cheese){

    this.bread = bread;
    this.sauce = sauce;
    this.cheese = cheese;
    }

    Pizza(String bread,String sauce,String cheese,String topping){

    this.bread = bread;
    this.sauce = sauce;
    this.cheese = cheese;
    this.topping = topping;
    }
    }//**********************************************************************************

  • @kishanpareek2848
    @kishanpareek2848 3 ปีที่แล้ว +30

    Sit Back, Relax & Enjoy the show is my Favourite Part.

  • @cate01a
    @cate01a 4 ปีที่แล้ว +22

    Thank you for this, simple and effective explanation!

  • @heyou1158
    @heyou1158 2 ปีที่แล้ว +8

    I like the fact that you are so authentic by saying I probably spelled that wrong, reminding myself. Thank you for your videos, you provide education for free and I hope ppl like yourself will be paid more than those pretenders on TH-cam that "help" people by giving money to homeless (just an example among so many) that pretend to be so kind and videotape themselves doing an act of kindness (kinda ironic). I wonder could we also donate to your channel somehow or not? Personally I do not own much but comparing your channel to most Udemy classes you deserve that 10 euros way more than those aforementioned and I would be more glad to support you even with that amount. Thanks bro.

  • @nathanielpolzin6676
    @nathanielpolzin6676 3 ปีที่แล้ว +11

    Thank you! You are really good with explaining Java concepts - and under 9 minutes is even better.

  • @mohammadreza1414
    @mohammadreza1414 6 หลายเดือนก่อน +1

    The only youtuber I ve seen whose comment section has nothing but thank you comments. Speaks Volumes!
    And thank you for doing an amazing job!

  • @pavelkvasnicka6856
    @pavelkvasnicka6856 ปีที่แล้ว +3

    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

  • @EnglishVocabularyBooster
    @EnglishVocabularyBooster ปีที่แล้ว +2

    Easy explained tutorial. Well done.

  • @filiprashev6658
    @filiprashev6658 3 ปีที่แล้ว +3

    Awaiting to see next series or lessons for Java Advanced!

  • @ShowAloudLy
    @ShowAloudLy 2 ปีที่แล้ว +2

    Best teacher!!! 👍👋

  • @nutkimheng7130
    @nutkimheng7130 6 หลายเดือนก่อน

    You are batter than other teacher! Thank you for this video!😄😄

  • @mateionea3048
    @mateionea3048 3 ปีที่แล้ว +3

    Well explained! Keep up the good work!

  • @pushankarmakar1783
    @pushankarmakar1783 2 ปีที่แล้ว +1

    thankyou so much for the video series

  • @infinitepossibilities2614
    @infinitepossibilities2614 3 ปีที่แล้ว +10

    Vegan pizza?!?
    That was hilarious bro! 😅😂
    Thank you so much for these videos. Yours is the most full and systematic playlist to learn java with fun and a Bro language on TH-cam! ❤

  • @황윤우-e6h
    @황윤우-e6h 3 ปีที่แล้ว +3

    How can you be so great tutor? I wish i found you as soon as you uploaded video last year. I mean it, you are a great teacher.
    I was totally not interested in Java almost quting thus job. But now i'm interested. And one day, i want to take you C , python too.

  • @christyjoby2071
    @christyjoby2071 2 หลายเดือนก่อน

    Great video as usual

  • @yellowhellow-wi9gi
    @yellowhellow-wi9gi 2 หลายเดือนก่อน +1

    thank you bro

  • @dianamilenaarchilacordoba4632
    @dianamilenaarchilacordoba4632 4 หลายเดือนก่อน

    great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much

  • @dandando78
    @dandando78 ปีที่แล้ว

    Thanks for these really great courses

  • @rdxdevil5083
    @rdxdevil5083 ปีที่แล้ว

    Been watching your videos since 2 years, you are mine hero of all programming languages

  • @annabereznova3032
    @annabereznova3032 11 หลายเดือนก่อน

    Your videos are the best!

  • @imsabbar
    @imsabbar 4 ปีที่แล้ว +2

    Well Explained, deserve more subs ❤️

  • @storiesbeneaththesurface1942
    @storiesbeneaththesurface1942 3 หลายเดือนก่อน

    Thank you, man. It really helps me out

  • @CyberGuard01
    @CyberGuard01 ปีที่แล้ว

    great video thank you bro

  • @dimitarBerbatov9
    @dimitarBerbatov9 ปีที่แล้ว

    You're a hero bro keep the good work

  • @BakhtimurodPrimov
    @BakhtimurodPrimov ปีที่แล้ว

    thaks all videos are just excellent!

  • @DamiansCraft
    @DamiansCraft 3 ปีที่แล้ว

    I am happy that i am seeing your channel growing up! Keep going! U are doing a great work

  • @cdjosh3568
    @cdjosh3568 4 ปีที่แล้ว +1

    Very clear explanation!

  • @hgatl
    @hgatl 4 ปีที่แล้ว

    thank u bro for the awesome video

  • @kemann3815
    @kemann3815 3 ปีที่แล้ว

    Best of the best

  • @jazimjazz6928
    @jazimjazz6928 4 ปีที่แล้ว

    Thnku bro for tho awesome video

    • @BroCodez
      @BroCodez  4 ปีที่แล้ว

      thanks for watching JAzim!

  • @gentle9964
    @gentle9964 ปีที่แล้ว

    greate video as always

  • @adityaalshi7081
    @adityaalshi7081 3 ปีที่แล้ว

    Great video

  • @erfanmehrasa
    @erfanmehrasa 10 หลายเดือนก่อน

    This was helpful

  • @giaonguyen8432
    @giaonguyen8432 2 หลายเดือนก่อน

    Thank you so much, Bro Code!

  • @Nioh_x
    @Nioh_x 3 ปีที่แล้ว +1

    this is awesome ! come tech in my college 😍😍😍😍.

  • @No-Userrfound
    @No-Userrfound 3 ปีที่แล้ว

    Love your explanation bro!!!

  • @aksherpatel5619
    @aksherpatel5619 ปีที่แล้ว

    Great video bro

  • @ვ3ვ3ვ
    @ვ3ვ3ვ ปีที่แล้ว +1

    🍕 pepperoni best pizza on earth

  • @romandevera7871
    @romandevera7871 4 ปีที่แล้ว +1

    Good stuff Bro!

  • @usagi4342
    @usagi4342 2 ปีที่แล้ว

    Thank you may allah bless you

  • @millejadecabrera4544
    @millejadecabrera4544 3 ปีที่แล้ว

    really great tutorial

  • @babushaikh6582
    @babushaikh6582 4 ปีที่แล้ว

    Thanks for video 🙏

    • @BroCodez
      @BroCodez  4 ปีที่แล้ว

      Thanks for watching Babu!

  • @devanmauch7843
    @devanmauch7843 9 หลายเดือนก่อน

    Appreciate this!

  • @huuloc8719
    @huuloc8719 3 ปีที่แล้ว

    Nice.

  • @gevorgmartirosyan8189
    @gevorgmartirosyan8189 3 ปีที่แล้ว +3

    thx brotherman!
    excelent video. Probably wrote 'excelent' wrong but I don't care :-D

  • @geraldgenita6742
    @geraldgenita6742 2 ปีที่แล้ว

    Great

  • @sparlott1347
    @sparlott1347 3 ปีที่แล้ว +2

    It's just me, or that crust loking kinda *THICC*

    • @BroCodez
      @BroCodez  3 ปีที่แล้ว +1

      stuffed and thicc

  • @Heromus16
    @Heromus16 2 ปีที่แล้ว

    Thanks bro, you helped me out.

  • @infinitepossibilities2614
    @infinitepossibilities2614 3 ปีที่แล้ว +1

    Thanks for the pizzas bro!

  • @MrBruce789
    @MrBruce789 2 ปีที่แล้ว

    nice video Bro Code

  • @MR2U2B
    @MR2U2B 3 ปีที่แล้ว

    Great job!

  • @percivalgebashe4376
    @percivalgebashe4376 ปีที่แล้ว

    Nice

  • @minhtetpaing1695
    @minhtetpaing1695 3 ปีที่แล้ว

    Thank you so much sir.

  • @arkamukhopadhyay2177
    @arkamukhopadhyay2177 4 ปีที่แล้ว

    superb :D

  • @instant_dweeb1396
    @instant_dweeb1396 ปีที่แล้ว

    at this point brocode has become my free lecturer

  • @_7.T_
    @_7.T_ 4 ปีที่แล้ว

    thank you my Bro ♥♥♥

  • @danny.3036
    @danny.3036 3 ปีที่แล้ว

    Thanks, Bro! ☕ You're awesome!

  • @TheEvertonDias
    @TheEvertonDias ปีที่แล้ว

    Thanks, Bro!

  • @moop8996
    @moop8996 9 หลายเดือนก่อน

    Im so constructed is unreal

  • @leoxu7826
    @leoxu7826 3 ปีที่แล้ว

    nice

  • @intellectplus276
    @intellectplus276 2 ปีที่แล้ว

    Thank you!!

  • @JamieLawler-v4r
    @JamieLawler-v4r ปีที่แล้ว

    thx bro

  • @nikitassouvatzis1928
    @nikitassouvatzis1928 2 ปีที่แล้ว

    Σε ευχαριστούμε Bro για αυτή τη σειρά με τα tutorials στη Java!

  • @honoredegg
    @honoredegg 2 ปีที่แล้ว

    29th. Thank you ma Bro Sensei

  • @pshenia
    @pshenia 4 ปีที่แล้ว +2

    i wana ask... i see you are PRO:) eclipse or IntelliJ, diferences? is it colors you like themes? or why you like it?:) im noob in java, but already paid for my lessons.. You are my alternative teacher :D

    • @BroCodez
      @BroCodez  4 ปีที่แล้ว +1

      I don't have a lot of experience with IntelliJ, so I can't speak on it's behalf. But there is a growing trend of people switching to IntelliJ, so that might not be a bad IDE to begin with.

  • @honoredegg
    @honoredegg 2 ปีที่แล้ว

    Like methods-constructors. One by one, 29th. Thank you, ma Bro Sensei!

  • @LUCIFER-rc7xo
    @LUCIFER-rc7xo 2 ปีที่แล้ว

    Thanks senpaii

  • @khamraevazamat1665
    @khamraevazamat1665 3 ปีที่แล้ว

    good

  • @lilangel4296
    @lilangel4296 ปีที่แล้ว

    ❤❤❤❤❤❤❤❤❤

  • @benimatrix
    @benimatrix 4 ปีที่แล้ว

    Thanks bro

  • @janani_sri_wishmika
    @janani_sri_wishmika 28 วันที่ผ่านมา

  • @sauravghosh7887
    @sauravghosh7887 3 ปีที่แล้ว

    You remind me of barney stinson

  • @elionayzuridasilveira4140
    @elionayzuridasilveira4140 9 หลายเดือนก่อน

    👏😄

  • @Feras8900
    @Feras8900 3 ปีที่แล้ว

    Hey you! yeah you Bro code, you're AMAZING!

  • @lamias7712
    @lamias7712 3 ปีที่แล้ว

    Thank you

  • @ericbiscayne6722
    @ericbiscayne6722 ปีที่แล้ว

    to the point, what I like... you speak clearly, that's good too. thanks! btw: -thicc is spelled 'thick', 😜ha ha!

  • @bekturasanbekov1979
    @bekturasanbekov1979 ปีที่แล้ว

    thx 4 bid bro !

  • @cesara9747
    @cesara9747 3 ปีที่แล้ว

    thank you!!!!!!

  • @TunesOfVictory
    @TunesOfVictory 2 ปีที่แล้ว

    This was better than trying to learn it on Zybooks

  • @quanyufeng579
    @quanyufeng579 3 ปีที่แล้ว

    Like so much

  • @_Anna_Nass_
    @_Anna_Nass_ 3 ปีที่แล้ว

    Zero dislikes, what a legend.

  • @rushikesh-vk3po
    @rushikesh-vk3po ปีที่แล้ว

    4:30 overloadded constructor

  • @yeabsrasolomon-xt2ix
    @yeabsrasolomon-xt2ix 6 หลายเดือนก่อน

    Thankyou

  • @yeliza2350
    @yeliza2350 3 ปีที่แล้ว

  • @phsrambots
    @phsrambots 7 หลายเดือนก่อน +1

    I'm soooo confused you keep talking about string cheese!!! What's going oN!!!

  • @velvet0221
    @velvet0221 2 ปีที่แล้ว

    🙏

  • @sairos4057
    @sairos4057 2 ปีที่แล้ว

    ty bro

  • @PickleRickkk-cy9xb
    @PickleRickkk-cy9xb 8 หลายเดือนก่อน +1

    Like

  • @borislove4700
    @borislove4700 4 ปีที่แล้ว

    🍕nice bro!🍕

  • @johan-oe9kz
    @johan-oe9kz 3 ปีที่แล้ว

    👍

  • @jorgemarkvincentgabriel9204
    @jorgemarkvincentgabriel9204 3 ปีที่แล้ว

    thanks

  • @malathalhashim6717
    @malathalhashim6717 ปีที่แล้ว

    thannnnnk you

  • @kazuki32_z75
    @kazuki32_z75 หลายเดือนก่อน

    how do we do a single file wth multiple classes and how do you get access to it??
    i'd rreally love if bro responds to this

  • @ericDev00
    @ericDev00 10 หลายเดือนก่อน

    A playList only with project in java please

  • @shahnazaruzimova7840
    @shahnazaruzimova7840 2 ปีที่แล้ว

    niceeeeeeeeeeeee

  • @lequocsongiang5601
    @lequocsongiang5601 4 ปีที่แล้ว +1

    Hello Brocode. Can you demo text to speech => virtual assistant java. Can you help me. Thank you verry much... Love broCode

    • @BroCodez
      @BroCodez  4 ปีที่แล้ว +1

      I haven't done that before

    • @lequocsongiang5601
      @lequocsongiang5601 4 ปีที่แล้ว

      @@BroCodez thanks you answer me, I have seach GG how to install,apply package javax.speech but don't work. can you help me ???

  • @TWVVermin
    @TWVVermin 3 ปีที่แล้ว

    thank you.

    • @BroCodez
      @BroCodez  3 ปีที่แล้ว

      You're welcome

  • @oguzhantopaloglu9442
    @oguzhantopaloglu9442 4 ปีที่แล้ว +1

    Bro what would happen if we did this in the Pizza class:
    Pizza(String bread,String sauce,String cheese,String topping){

    this.bread = bread;
    this.sauce = sauce;
    this.cheese = cheese;
    this.topping = topping;
    }
    Pizza(String bread,String sauce,String topping,String cheese){

    this.bread = bread;
    this.sauce = sauce;
    this.topping = topping;
    this.cheese = cheese;
    }
    and then we created an object like this:
    Pizza pizza = new Pizza("s1" , "s2" , "s3" , "s4");
    Which one would be the topping and which one would be cheese?

    • @BroCodez
      @BroCodez  4 ปีที่แล้ว +1

      Java will encounter an error due to a duplicate constructor. Java looks at the order and number of the data types within the parameters. For all intents and purposes, your IDE will think they are the same constructor 👍

    • @oguzhantopaloglu9442
      @oguzhantopaloglu9442 4 ปีที่แล้ว +1

      @@BroCodez thanks bro

  • @stevestrashbin6168
    @stevestrashbin6168 2 หลายเดือนก่อน

    hmm.. what's the difference between this and the overloaded methods one?