you are so right, there are some things I just don't mind failure. Doing my own thing seems the hardest cause its so personal. I started learning code for a week 4 years ago. Just started again in December 2021. Baby steps but still at it. Thanks Joe!
WOW Mike, That's one Brilliant example. You helped me to fix all of my doubts regarding JAVA and gave back the spirit to get in to code... THANK YOU !!!!
It's good practice to also use @Override above the method you're overriding! So if anyone sees that @Override annotation, it does nothing to the code, just lets other users know that the method below is overriding!
Thank you so much for this! I've been watching so many vedios about this but didn't understand that much but when i saw your vedio i just watch it like twice but i get it already! Thank you so much!
Imagine combining w3 school+ programmiz * giraffe academy. Big thanks everyone who shares the knowledges for free. God bless them. God bless w3 school, God bless programmiz, God bless giraffe academy and all other teachers who share their knowledges.
I wish professors could teach by opening the IDE and SHOWING us how things work and why it works rather than just going through lecture slides and saying "this is that."
Is there a way to inherit (extends) more than one class at a time? If I wanted to keep all chefs to know only their own dishes and not to inherit anything, how could I make a "ProChef" who knows all the dishes from the other chefs? Thank you! Your tutorials have helped me a lot!!!!!
Public class chef{ Public void makeChicken ( ){ System.out.println ("the chef makes chicken"); Public void makeSalad( ){ System.out.println("The chef makes a healthy salad"); Public void makeSpecialDish("The chef makes bbq rib"); Chef normal chef=new chef ( ); normal chef.make chicken( ) ; Hasilnya the chef makes a delicious chicken New class Italian chef Public class italian chef{ Copy 3 method itu lagi tambahkan 1 method lagi Yaitu makePasta dan make special dish di override dari bbq ribs jadi eggplant parm Public void makeSpecialDish(){ System.out.println("the chef makes eggplant parm"); Public void makePasta( ){ System.out.printin("The chef makes pasta"); Italianchef italianchef=newchef( ); italianchef.makeSpecialDish( ); Hasilnya the chef makes eggplant parm Tambahkan 1 method baru Public class ChineseChef{ Public Void makeSpecialDish( ){ System.out.printlyn("The chef makes orange chicken"); } Public Void makeFriedRice( ){ System.out.printlin("The chef makes fried rice"); } Anggap 2 method turunan berupa make chicken dan make salad telah di deleted Kita bisa kembalikan lagi dg extend karena copy paste itu merepotkan Inheritance extends Public class Chinese extends chef { ChineseChef chinesChef=new ChinesChef( ); ChineChef.makeSalad( ); Hasilnya the chef makes a healthy salad
Mike, you're the best; I'm never, ever confused when I watch your stuff.
Same
that's because this isnt how you use java its a dumb lesson
@@aquaticfan2174 what u mean ?
Amazing tutorials. I learnt java, SQL, Python all because of you
I didn't see such great teacher bro.. Your example of chef is awesome.... This is first time that i could understand word "EXTEND"..
Its just my first Time watching Ur vidéo...but i did understood alot
This guy is gold, especially with his choice of examples. Like showing us the worst way to do things to the better way to do things. Incredible man
The best teacher! Establish a school that teaches programming!
Saving the day my friend! Your explanations are so much more understandable than my Java professor's lectures! Keep up the great work! Thank you.
When you make a tutorial before eating lunch
Defintely the best java teacher I've seen on youtube! Hope you'll keep makin videos for the next 3 years :D Thank you
I like how her practically builds up his point 👉. Great video
Please let’s head to his website and contribute. His contents are too good to be free 🙏🏽
you are so right, there are some things I just don't mind failure. Doing my own thing seems the hardest cause its so personal. I started learning code for a week 4 years ago. Just started again in December 2021. Baby steps but still at it. Thanks Joe!
WOW Mike, That's one Brilliant example. You helped me to fix all of my doubts regarding JAVA and gave back the spirit to get in to code...
THANK YOU !!!!
gr8 explanation.....Big claps!!!
Today, I shared your Java tutorial to a retired Microsoft employee! haha, you are doing great!
The only video i needed to get my doubts cleared. Thanks!
He is very good and videos are simple and easy ti understand
how u so smooth at explaining, thqq!
It's good practice to also use
@Override
above the method you're overriding! So if anyone sees that @Override annotation, it does nothing to the code, just lets other users know that the method below is overriding!
Damn, besides Inheritance, I learned about Italian chefs. Those chefs are talented AF.....
I love your videos. This is just quick and to the point. I really helps comprehend the topic!
So much better than my course material
Thank you so much for this! I've been watching so many vedios about this but didn't understand that much but when i saw your vedio i just watch it like twice but i get it already! Thank you so much!
Hey Mike, your tutorial is so easy to understand. That's awesome!!! Thank you!
Hi Mike. Thank you. Very clear and useful explanation. Congrats.
even though my native language is Arabic but you still explained it better than Arabic courses
Props, vou passar a PO por causa deste video, adoro-te
Excellent explanation, great job you shoud be a teacher bro
He is !
Yeah you are right
he is
Hi Mike, you explained awesome!!!
wow this explains better than at w3school..Thank you so much
Imagine combining w3 school+ programmiz * giraffe academy. Big thanks everyone who shares the knowledges for free. God bless them. God bless w3 school, God bless programmiz, God bless giraffe academy and all other teachers who share their knowledges.
wonderful and clear explanation .
Came to learn code, left feeling hungry
Thanks again Mike!
Awesome stuff, my man! Thanks!
wow.. great explanation..
great explanation
Thanks Mike
It helps
I wish professors could teach by opening the IDE and SHOWING us how things work and why it works rather than just going through lecture slides and saying "this is that."
excellent tutorial :)
you are smart bro
Bro If you were my professor maybe I'll be a billionaire already thanks for your youtube channel 😅
Well explained. Thx!
well explain.Thank you
Really good. More pleeeeze...
What is the difference between import and extends?
completely different keywords and concepts?
thanks that is vary good
thanks for the explanation
you are awesome man!
Perfect
amazing the way you explained man is just wow
Meteka punya method yang sama
Helo mike what should we do all the details should print with all the chefsand dishes
Very very helpful thankss!!
Thank you
Me think: wonderful this!
Is there a way to inherit (extends) more than one class at a time?
If I wanted to keep all chefs to know only their own dishes and not to inherit anything, how could I make a "ProChef" who knows all the dishes from the other chefs?
Thank you! Your tutorials have helped me a lot!!!!!
no. use interfaces.
EXCELLENT
now i am hungry for some orange chicken , thanks bro !
cool, great
How can I make my Eclipse look like yours? I don't have the same vibrant colors as you do. Any help is appreciated!
What about constructors and inheritance? Says i need default constructors
use the super keyword or provide a constructor for the class
The three kinds of people: Chinese, Italian and Normal
public class ChineseChef {
public void makeBatSoup() {...
Lmaooooo!😂😂😂😂
public class Flu{...}
public class CoronaVirus extends Flu{
public void kill()
public void NoSenseOfTasteOrSmell()
}
Wat ide is dis
Public class chef{
Public void makeChicken ( ){
System.out.println ("the chef makes chicken");
Public void makeSalad( ){
System.out.println("The chef makes a healthy salad");
Public void makeSpecialDish("The chef makes bbq rib");
Chef normal chef=new chef ( );
normal chef.make chicken( ) ;
Hasilnya the chef makes a delicious chicken
New class
Italian chef
Public class italian chef{
Copy 3 method itu lagi tambahkan 1 method lagi
Yaitu makePasta
dan make special dish di override dari bbq ribs jadi eggplant parm
Public void makeSpecialDish(){
System.out.println("the chef makes eggplant parm");
Public void makePasta( ){
System.out.printin("The chef makes pasta");
Italianchef italianchef=newchef( );
italianchef.makeSpecialDish( );
Hasilnya the chef makes eggplant parm
Tambahkan 1 method baru
Public class ChineseChef{
Public Void makeSpecialDish( ){
System.out.printlyn("The chef makes orange chicken");
}
Public Void makeFriedRice( ){
System.out.printlin("The chef makes fried rice");
}
Anggap 2 method turunan berupa make chicken dan make salad telah di deleted
Kita bisa kembalikan lagi dg extend karena copy paste itu merepotkan
Inheritance extends
Public class Chinese extends chef {
ChineseChef chinesChef=new ChinesChef( );
ChineChef.makeSalad( );
Hasilnya the chef makes a healthy salad