@BroCodez

public class Car {

    private String model;
    private String color;
    private int price;

    Car(String model, String color, int price){
        this.model = model;
        this.color = color;
        this.price = price;
    }

    String getModel(){
        return this.model;
    }
    String getColor(){
        return this.color;
    }
    String getPrice(){
        return "$" + this.price;
    }

    void setColor(String color){
        this.color = color;
    }
    void setPrice(int price){
        if(price < 0){
            System.out.println("Price can't be less than zero");
        }
        else{
            this.price = price;
        }
    }
}

@fakeAratPrime

Java is the first programming language I learnt so I already know all of this, but I'm dropping my like and comment because Bro deserves some love!

@Chumameribe1307

Just came across this channel yesterday and I must say I love your teaching style

@Ushiwakamaru_BAU_BAU

I'm back to studying programming and this will come in handy, thanks Bro

@danielmatei4868

One year since I saw your first video on programming. I'm now finishing a soccer mannager game. So, thank you! ❤

@szokecsabadaniel3217

The King is Back!

@abdulkadiraminu262

Missed you bro. Welcome back

@Haset-i6s

you are the best mentors i have ever had !  can U also make a video about GO, RUST  and DART

@dacithethird6842

HE’S BACK

@notSaffireXd

Welcome back, Bro 🤝

@twossj4monke

You're back ❤❤❤❤❤

@Marsmah-s3k

IN SCHOOL WE STARTED LEARNING ABOUT GETTER and SETTERS before almost anything, like right after understanding classes and objects and bro code did the opposite so i had to watch all the privious videos to get here, and now i learned more than what i bargned for which is a good thing tho 
THANKS MAN

@מיכאלטללה-ל1ד

you ar the actual goat, it's crazy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@gianofilan850

what the bromance! welcome back, bro

@jozsefk9

I set back, relaxed and enjoyed the show

@Rae_895

Bro pls start a typescript course 😭

@downdstairs4109

Bro's Back😋🙏

@Saalltt

Love you bro ❤️

@khgktjjruhfhb

The kings return

@anshusarkar7113

A video on generics pls .