Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –

Java Programming Tutorial – 55 – Intoduction to Polymorphism
by
Tags:
Comments
43 responses to “Java Programming Tutorial – 55 – Intoduction to Polymorphism”
-
you are the best. Your lectures are excellent.
-
And you teach with passion and heart that's what people love about you!
-
Man! You are like the best Teacher ever!!
-
We believe you BUCKY
^^^^
This is T-shirt golden material! -
if we define method as public the polymorphism don't work. WHY
-
I love the Chiku bum bum chiki chiki bum bum lol
-
This looks like its from 1999
-
amazing job;
The reason i starded love Java and programming is you !!! -
helpful example.
-
good
-
you sound like walt jr.
-
Your content is great man, but clean up your style a little!
Class Apples {
public static void main( String[] args ) {
Food bucky = new Food[2];
bucky[ 0 ] = new Tuna();
bucky[ 1 ] = new PotPie();
for ( int i = 0; i < buck.length; ++i ) {
buck[ i ].eat();
}
}
} -
bucky i wish you were a nigger anyways your tutorials are great.
-
thanks.
-
does the toString method over power the override method when you call class them in the main class what should execute first ??
-
eat() isn't a proper food method. That belongs to the Animal and Person classes
-
Polymorphism is one of the key concepts of advanced programming concepts
-
omg I am eating while watching this tutorial SMH
-
why your class's names start with lowercase letters?
-
This guy is so funny 😀
-
you are the best. these tutorials are very easy to understand. thanks for the video.
-
simple and clear programs and explanations. thanks
-
Dear respected sir, you have sincerely saved my buttox for tomorrows test. I can't thank you any harder.
-
from where can I copy/paste theses classes and superclass? I would like to run it on compiler and that makes me understand better
-
Both my teacher and my classmates couldn't explain this properly to me. Now, I feel like I fully understand it. THANKS! Your explanation couldn't be any clearer.
-
Good day Mr Bucky. Thank you very much for your tutorials on youtube about java programming. you have really help me a lot. I really appreciate your work. God Bless
-
I hate to say this but EVERYONE sucks fucking balls at explaining polymorphism, I'm sorry but it NEVER gets explained properly why would we do food f = new tuna(); to print the tuna method? when we could just do tuna t = new tuna(); no one explains this!
-
Not sure, why ++x was used…Because meaning ++x means….add 1 before the first use of the "x" , which means it will start at array bucky[1] instead of array bucky[0]..Not sure how this loop worked. In earlier tutorials, about the math operators, this was explained…Not sure, why ++x was used instead of x++
-
i got it….
-
bom bom check bom bom LOL
-
GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD
CHICK BOOOM CHICK BOOOOM CHICK BOOOM BOOOM -
you are a funny guy. who beatbox like that in the middle of a video. LMAO
-
why didnt he put public void eat()
-
good word, realy good work.. thanks allot man
-
Oh my god, I was watching this in the middle of the night, all tired and then you started beatboxing! I died laughing hahahaha
-
Bucky man, you promised us a disgusting story…… 🙁
now for your "Buckies greatest hits"
3:31 CHICKAPUN PUN! PUN PUN! -
i just wanna adding some mistake, if you naming class remember naming convention its important,
you written potpie should be write Potpie . thanks -
Didn't understand shit till he showed the example, and i am like. This shit is easy and realistic.
-
This beginner's tutorial playlist made by TNB beats all types of 10-hour java bootcamp nonsense. Thanks! 🙂
-
3:34 with closed captions (LOL) …. "
Took a bullet to a bump on sorry" -
It seemed to me like Inheritance then why it's called Polymorphism?? Umm may be it's a bull-shit, stupid, dumb-ass (whatever you like to say) question but please someone help me.
-
I think, you can also use polymorphism if the classes you're referring to implement the same interface.
Leave a Reply