@BroCodez

//*******************************************
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");
	}	
}
//*******************************************

@vincentchoo7471

I have learned a lot from your tutorials.

@eileensibanda7239

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.

@DCMARTIN

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!!!

@arifshaikh4212

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

@hiiexisthiiexist1284

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

@aaw9004

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

@reptileita

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

@junaidmuhammad6096

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

@LuckyLukeCarReview

Excellent instructions.

@theo3115

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

@apex-lazer

Word. just beginning my Java journey. Thank you ✌

@CONZ_14

Thank you for your tutorial sir❤

@intellectplus276

You're excellent:washhands:❤:washhands:

@makankosappo8381

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

@rashabayoudh5884

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!

@omardumet120

simple yet concise

@butWhyDad

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.

@habibullahmahbobi7723

this video really helps me learn object in java . thanks

@drspranish

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