Java objects (OOP) ☕

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

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

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

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

    Car myCar1 = new Car();
    Car myCar2 = new Car();
    System.out.println(myCar1.make);
    System.out.println(myCar1.model);
    myCar1.drive();
    myCar1.brake();
    }
    }
    //*********************************************
    public class Car {
    String make = "Chevrolet";
    String model = "Corvette";
    int year = 2020;
    String color = "blue";
    double price = 50000.00;

    void drive() {
    System.out.println("You drive the car");
    }
    void brake() {
    System.out.println("You step on the brakes");
    }
    }
    //*********************************************

  • @hiiexisthiiexist1284
    @hiiexisthiiexist1284 Год назад +53

    This guy will almost singlehandedly turn me into a programmer. Better than any other resource.

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

    This is my 26th video of Java Tutorial and I'm watching chronologically from the very first video of the Java Tutorial literally this is the most underrated channel with the sublime quality. There are so many video for Java Tutorial and this one is adequate the videos are so short and so lucid in terms of understandable. All I wanna say is that the way BRO interpret is so beautiful that any layman will able to understand. Literally there are channels which are so in hype in category of Programming but they lack the quality of interpretation which BRO possess. Do share with your friend so we can help running this channel

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

      Exactly. Facts. He explains the Java concepts so well!

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

      Agree 100%
      I was gonna coment for myself but I saw your's and I think you explain perfectly what we all feel

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

      Typically, programming tutorial videos feature programmers who continually show their faces as if they aim to be influencers, forgetting that they're on an educational channel. They should focus on demonstrating how to code and provide clear explanations. There's no need for them to repeatedly show their faces, which can be distracting and annoying to viewers.

    • @aryantiwari602
      @aryantiwari602 5 дней назад

      @@mateoalizar2578 jh

    • @aryantiwari602
      @aryantiwari602 5 дней назад

      jsdhfwe

  • @rashabayoudh5884
    @rashabayoudh5884 26 дней назад +2

    I'm in my second year of Computer Science and have been struggling SO MUCH to find someone that explains things in a logical simple way. I'm also a slow learner and always need context and concrete examples to understand. This channel is saving my LIFE!

  • @vincentchoo7471
    @vincentchoo7471 4 года назад +41

    I have learned a lot from your tutorials.

  • @grawxxor2820
    @grawxxor2820 3 года назад +28

    0:26, I don't know why but the "oop" just killed me

  • @eileensibanda7239
    @eileensibanda7239 3 года назад +15

    I just wanted to say thank you, your videos are crystal clear been struggling to understand the OOP concept but finally now it is all making sense. once again , thank you.

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

    And this is why you're my favorite Java channel! You made a thing, that was melting my brain, easy and understandable!

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

    Thank you so much brother!

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

    You just saved my brain from exploding! I've been looking for a few hours on how to "grasp" this Objects and Classes.. You were able to clear it up better than the other video's and my Crash Course for Java. Thanks!!!

  • @funfacts3.1415
    @funfacts3.1415 5 месяцев назад +2

    thank you so much
    i wouldn't have passed my test without you and your series

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

    Your tutorials are truly helpful for me in becoming a successful software engineer. Thank you for providing such valuable resources!

  • @butWhyDad
    @butWhyDad 11 месяцев назад +1

    Actually testing myCar2, see the problem then proceed to teach how to fix the problem is such a good interactive way to teach that makes the audience do some active learning. I was falling a sleep on my college's java objects video and you conveyed what I needed to learn in 1/4th of the time without me falling a sleep. Thank you.

  • @NitaiZohar
    @NitaiZohar 7 месяцев назад +1

    thnak you much bro you are saving my life

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

    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

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

    Mate don't feel bad because you channel is small right now . You're good work helps lot of people . And I am sure one day your channel will hit good number of subscribers .

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

    Awesome video, awesome playlist, all-around awesome channel !

  • @adrikadatta1894
    @adrikadatta1894 26 дней назад

    This guy helped me so much that I am literally mad if I am looking for a Java concept and he doesn't have a video on it!

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

    You know you’re a programmer when you copy paste a 5 letter word instead of just typing it

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

    This lesson is enlighting, for the first time you understand whats behind the Scanner method you are using like always.

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

    Just leaving a comment to help you out because you are REALLY helping me out. Thank you.

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

    I normally do not comment on a RUclips Video or watch a full a series. You have made it easy to understand and s I can not wait to finish all of them!!! words aren't enough to express my appreciation!

  • @omardumet120
    @omardumet120 4 года назад +1

    simple yet concise

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

    Literrly you define it very well after watching a tons of videos I've understand it from your videos

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

    The more I watch your videos, the more I admire your work. This is a cool stuff, Bro. Thank you

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

    helping me learning programming every day. thank u so much!

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

    Thanks you !!
    Java OOP has been challenging to me a lot this week. I am more than thankful when I see your channel and the content of this video. Thanks

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

    You are awesome
    Love from fiji

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

    Thank you so much for this amazing course!

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

    Thank you, I’ve learn a lot! You’re the best!

  • @damanpreetdhesi
    @damanpreetdhesi 7 месяцев назад

    This was the only the made sense to me.Thank you!

  • @berry-ge3xv
    @berry-ge3xv Год назад +2

    thank you so much! been watching ur sql and css series. Now onto java and python for interview revision. You don't know how much you've helped me

  • @siyabongaZungu-r2c
    @siyabongaZungu-r2c Год назад

    Good explanation, and easy to follow

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

    Hey BroCode! You're videos have really been helping me through college, I just wanted to say thank you!

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

    You are literally the best tutor one could ask for. Thanks bro
    U even helped me out in html thanks 😊😊

  • @Kapus10
    @Kapus10 2 месяца назад

    Thank you for the videos!

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

    i dont usaualy comment on videos cause am lazy but I gotta say after watching 4 videos on the topic yours is the best! Straight to the point and with quick and easy to understand examples uwu

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

    Great video.much easier explanation

  • @타스-g6z
    @타스-g6z 3 года назад

    From S.Korea... I learned lots of useful things from all of your lectures, so appreciate!

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

    Your videos are more useful than udemy courses. Thanks

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

    personally I love your work!

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

    Awesome! You Explained classes and object in very interesting way.

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

    you are the best teacher that i know. thank you bro!

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

    Thanks for this video

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

    Excellent instructions.

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

    thanks. you are my favourite programmer 🥳

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

    thank you bro u are the real saviour of mine !!

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

    I mean!! Where have you been my whole 2 month semester!! Thaaank you!! This really clearify everything!

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

    My professor just read the PPT and makes me confused all the time . This video is awesome, I really appreicate.

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

    this video really helps me learn object in java . thanks

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

    I just wanted to say thank you for your amazing video!! Your video help me understand a lot about java programming language. Keep up your good work bro!!

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

    This man is getting me a new wholw career,no way i can thamnk u enough

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

    Your videos are the best for both revision and learning👍

  • @dianamilenaarchilacordoba4632
    @dianamilenaarchilacordoba4632 2 месяца назад

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

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

    You're right: the 2020 Chevy Corvette does look nice! Great video; looking forward to the next one!

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

    These videos are so helpful!

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

    this is one of the most important videos in the series and is explained very well with a good example

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

    One of the greatest channel i seen ever love you brother❤

  • @IsaacAwad.04
    @IsaacAwad.04 7 месяцев назад

    Thank you so much, saved me so many brain cells i was losing it at 1st but it turned out to be easy.

  • @j.studies2296
    @j.studies2296 10 месяцев назад

    May God continue to bless your ministry because you saved me from a breakdown 😂

  • @arkamukhopadhyay2177
    @arkamukhopadhyay2177 4 года назад +1

    great video

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

      thanks for watching Arka

  • @chaithdridi2718
    @chaithdridi2718 4 года назад +1

    You are doing an amazing job Bro 😍

  • @AliGh-ic1dn
    @AliGh-ic1dn Год назад

    A very good course thank you so much

  • @Katie-zk4xs
    @Katie-zk4xs 2 года назад +1

    At this point I am just using your videos instead of my class's textbook xD

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

    Your the man bro, I'm using these videos to learn to code, then I'm gonna make a game for my friends.

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

    this channel is the best i swear

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

    Thanks for the video, bro!

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

    Great stuff! Thanks!

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

    Brother you are awesome!

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

    Great work

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

    Great video. Thank you.

  • @danny.3036
    @danny.3036 3 года назад

    Thanks, Bro! ☕ You're awesome!

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

    I've bought the best seller course on Udemy, but I am keep revisiting yours no matter what. Your way of explaining is GOD Tier. Thanks for all the free content, wish we could see you on Udemy , with even more elabourated courses. Big respect!!

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

    High quality tutorial Bro, keep the good work.

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

    My man u r the best!!

  • @apex-lazer
    @apex-lazer 2 года назад

    Word. just beginning my Java journey. Thank you ✌

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

    You are awesome bro!

  • @Arthur-g5n8q
    @Arthur-g5n8q День назад

    how can you be so good at teaching

  • @shinkansen1907
    @shinkansen1907 10 дней назад

    you are godsend, thanks!

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

    Thank u so much sir, you av been a help to me all the time.

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

    Thank you so much for these videos, I have an exam tomoz and you are saving my butt.

  • @sarakohle631
    @sarakohle631 2 месяца назад

    Best channel to learn coding!

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

    You the best, Bro!

  • @Al-ho8mm
    @Al-ho8mm 2 года назад

    I’m feeling amaze here

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

    perfect explanation

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

    I also love cars, how many car lovers are watching this LAMBO, GT, DODGE???🎉

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

    I have learned something thank you

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

    Explained well....!!

  • @xFree23Stylex
    @xFree23Stylex 4 года назад +1

    Bro your videos are amazing! Keep up the good work and I hope you'll get the recognition you deserve soon enough.

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

    Amazing

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

    Ένα από τα βασικότερα μαθήματα αυτής της σειράς μαθημάτων στη Java και τον αντικειμενοστρεφή προγραμματισμό (O.O.P.) είναι τα αντικείμενα (objects).

  • @thoughts7378
    @thoughts7378 2 месяца назад

    You are amazing

  • @onecat-f4i
    @onecat-f4i День назад

    Thank you! this helped me for school exam❤

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

    though I'm not so good in understanding English, it's so easy to learn java with your videos💛

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

    Very nice

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

    Well explained

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

    class BroCode{
    String name = "Bro Code";
    String descrption = "A youtube Channel";
    String video = "Classes and Objects";
    public void thanks()
    {
    System.out.println("Thanks to bro code");
    }
    public void learnt()
    {
    System.out.println("Today i learned something new");
    }
    }
    class MAIN
    {
    public static void main(String args[])
    {
    BroCode bro = new BroCode();
    System.out.println("Today i am watching a video on "+bro.name+" which is a "+bro.descrption+" about "+bro.video);
    bro.thanks();
    bro.learnt();
    }
    }

  • @shafikkhan-r4l
    @shafikkhan-r4l Год назад

    your good at codes bro. hands up.

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

    Awesome

  • @jaylayoung2576
    @jaylayoung2576 7 месяцев назад

    This is awesome