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??
@@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)
You don’t need the this keyword again inside the method. You can just write the variable and it’s able to know what variable to assigned to an object from the constructer
Your coding tutorials are absolute gold! 💻✨ The way you break down complex concepts makes learning so much easier, especially for beginners like me. Please keep the content coming-you're helping a lot of us out here! 🙌🔥 Thanks for making coding accessible and fun!
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.
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.
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
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.
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!
Nice explanation. It is not the first time when I meet with OOP, but there is one thing which interest me. In Main class whenever we were creating function/method then at the beginning we are declaring public static void/int and name, but here we are only adding void, so I'm curious what is the difference and why we are not adding public static keywords?
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.😊😊
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!
QUESTION: Why we have to declare the variables of the object in class human twice. One in the begining of the class and one in the constructor's brackets???
its really helpfull but if you could show all the codes in one class that would be awsome so that i can tell what the difference and try in on mine going back and forth is a bit hard to ..
jesus christ i wish more schools and guides would use plain english. literally the use of simple words makes everything click. It took me until this video to realize that this whole process is very similar to python function calls with a twist. thank you
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
//********************************************************
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*");
}
}
//********************************************************
Thanks Mr. Bro Code!
Ayo helped🎉
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??
♥♥
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.
I agree. I understand everything with my Pre-Intermediate English.
@@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)
It's definately a breath of fresh air after going through so many Indian tutorials LOL
Agree with you
not like these indians xD, some have great speaking skills, but some...
you're literally better than other teacher! keep it up bro!
he's amazing
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
You're just too good to be true
thank you for watching Megas!
This is genuinely one of the best content out there. Appreciate it man, very clear and to the point. Amazing !
This guy is the best, and he literally always posts the code he works on after.
Bro, I can’t even thank you in human words for all the videos you upload, you really saved my life in coding!!!!
These are by far the most helpful videos I have come across.
Bro, you just literally always save me, you're a better professor than my college professor. Always appreciated the tutorials
A real teacher never charges his students. Real knowledge does knot have a price tag! You a living legend Bro!
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.
Ever since I started watching your videos I have learned a lot, you have simplified a lot of concepts.
You don’t need the this keyword again inside the method. You can just write the variable and it’s able to know what variable to assigned to an object from the constructer
You are a better professor than my professor. You're a life saver bro!
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.
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!!!
I like how much more informative and laconic it is than paid courses, keep it up
Thank you for making those “mistakes” and then explaining why things are done a certain way.
Your coding tutorials are absolute gold! 💻✨ The way you break down complex concepts makes learning so much easier, especially for beginners like me. Please keep the content coming-you're helping a lot of us out here! 🙌🔥 Thanks for making coding accessible and fun!
10 minutes of my life that I'm happy I'll never get back. 10/10 the best
you are a genius teacher. please, don't stop making such helpful videos.
I really like that you try your best to explain things as easy to understand as possible.thanks it was very helpful
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.
Wow! This actually made sense. I appreciate these videos so much!
Infinitely more helpful than my university lectures. Thanks heaps!
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.
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.
Apart from explaining everything very clearly, Bro got good taste in shows too.
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
WHERE WAS BRO CODE THIS WHOLE SEMESTER! I LOVE YOU MANNNN
"I love you too random citizen!"
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.
thank god for people like u. you r really come in clutch
daaang nobody can change my mind that you're the best at teaching !!
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
You give clear explanation. Great job!
thank you for watching Vincent!
I'm really love you'r teaching, because you helping me many ways.
thank you so much
Thanks for uploading for this video because am very easily understand constracter and this key word
You make things easy to understand.
I was really confused making constructors!!!!!!
But you really helped me !
Thank you so much. Now I know what is constructors, class and methods. My teacher didn't say it that readable like you.
I have learnt more from you than from my college, keep it up! Awesome sutff, waba laba dub dub!!!
Whenever I dont understand a concept this is where I come to tysm broCode
You are Awesome! Wishing You Millions of subscribers .
Really appreciate all these tutorials and videos you do, it’s a great help! Thank you sir 🙏
HUGE LIGHTBULB MOMENT. U SAVE MY GRADE YET AGAIN
Excellent work, for the difference between the Constructor and normal object
I know all this but you are explaining it so good that I watch them all again and again
perfect explanation.. really helpful thanks
best video series on java i've seen yet
Sir, I was about to quiet coding… you saved me.
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
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.
Thank you so much! Your videos are really helping me, so good! 😃🤩💪🏻
thanks for watching Dino
thanks for this great explanation
That was good. Just the right pace.
your 10 minutes video is equal to my teachers 3 hourse course
GREAT LESSON!!! I definitely now understand this topic
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!
exactly what i was thinking about it. I purchased the best seller java course in Udemy, and its nowhere near bro code.
no bs, pure info. many thanks👍
very helpful to pin the code, it's nice for note taking.
i've learned java construction.Thanks for this video.
Bro, Your explanations are easy to understand than my university lectures
Thanks, a lot man!
Nice explanation. It is not the first time when I meet with OOP, but there is one thing which interest me. In Main class whenever we were creating function/method then at the beginning we are declaring public static void/int and name, but here we are only adding void, so I'm curious what is the difference and why we are not adding public static keywords?
It's not necessary to add public, that's just a habit of mine. I'm creating new videos to that show that you do not need to do that.
You are better than my prof at explaining, thanks a lot man you help a lot in my university studies
This is AWESOME! I learn more than other youtubers. Thanks
big fan from india you are like mentor to me
🤗
Perfect explanation, better than all other videos
Small and efficient video
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.😊😊
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!
Easy and Straight to the point!! You're really talented in explaining complex things that's easy to understand. Keep it up!
Thank you for making this video. It helped me a lot, to understand this topic.
Explained superbly mate thanks a lot.
An amazing suppliment to my programming class
Thanks for saving me from watching 1hr long videos on each topic which you explain within 2-10 minutes.
You literally great BROCODE SENSEI!.
QUESTION: Why we have to declare the variables of the object in class human twice. One in the begining of the class and one in the constructor's brackets???
We do not declare them in the brackets. We just pass them as parameters
@@psseudx thank you!!!!!
Huge
its really helpfull but if you could show all the codes in one class that would be awsome so that i can tell what the difference and try in on mine going back and forth is a bit hard to ..
thank you bro, your examples helping a lot
I was smiling alone, you making coding so interesting😊
watched manyyy YT videos but by far bro code is the besttt!
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*
Great content, easy to understand.
it's a very clear explanation, thanks
jesus christ i wish more schools and guides would use plain english. literally the use of simple words makes everything click. It took me until this video to realize that this whole process is very similar to python function calls with a twist. thank you
you're literally better than my teacher , thx.
This video is very useful🥳🤠
Thanks bro!! I understood more in 10 minutes video from you than my teacher in 2 hours meeting xD
great tutorial and in-depth explanations. keep it up Bro Code!
Ayyy @ 6:45 Rick and Morty, nice.
you are a very good teacher!
Best teacher in the WORLD( );
Agreed very helpful video
thanks for watching Archer
amazing video
One stop shop for programming knowledge
thank you mr. code very helpful
So this. is something like self. in python, very good
Awesome stuff. Thank you
Thanks . very good
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