Learn Java Tutorial 1.45- Polymorphism

preview_player
Показать описание
In this java tutorial, we will learn about polymorphism in object oriented programming. Morphing objects into other things so we can get the desire result is what it is all about.

Hit us up on G+, facebook, or twitter!

Follow us!
-------------
-------------

------------

Рекомендации по теме
Комментарии
Автор

These are by far the best tutorials i have found on the web, even though they start out pretty slow, that's a good thing, it keeps you from missing anything. Keep up the good work Travis!

IsaacOU
Автор

Thanks. Now I actually understand what polymorphism is. Nobody really explained it. This is straight forward. Thanks.

SecTechie
Автор

Etymology of the term *polymorph*:

_It comes from the greek roots "poly" (many) and "morphe" (form)._

BranoneMCSG
Автор

My brain is exploding with all this knowledge! 

jamiemarcum
Автор

You have some great tutorials, keep it up man! What are you planning to cover up in the future?

cuberwillima
Автор

@simran55901 what database are you trying to connect to?

mybringback
Автор

Thanks! :) You made it so simple to understand! Haha

emikohikari
Автор

Awesome tutorials!

One slightly non-JAVA related question - what program are you using to take your screen capture videos?

seangSTM
Автор

@mybringback MySQL . I just meant that there are no tutorials on JDBC, its a really important topic to consider in swing applications .

simrandotdev
Автор

will this only work if the type class is absract or will a normal class work too?

Bnks
Автор

Hey @Travis plzzz do JDBC too in Java . Its the only missing topic that no one covers in Video tutorials ..

simrandotdev
Автор

If the declaration type is Car and the construction method is Toyota(), but the Toyota class has a method that Car doesn't, can you call that method.
ex: Car c4 = new Toyota;
c4.dontStop(); //Method from Toyota, but not car

elguepardoencantador
Автор

Stop cut the Video all the time. its Annoying
But you still huge. :)
Thank you Because of you I learned a lot

IsraelCohen
Автор

What's the difference between an interface and an abstract class? Besides the fact that you can extend only 1 class and implement multiple interfaces?

vladandrei
Автор

What happens if you call .speak() on a Ford object, if you do Ford c3 = new Ford() instead of Car c3 = new Ford()?

world-traveler
Автор

i use Netbeans but it seems that eclipse is better

Minddrops
Автор

while i was doing this tutorial, i seen honda, toyota, and ford commercials

AttacksOnYaks
Автор

no, i don't know what you mean by "peeps".

bboyhope
Автор

I believe you can't. Don't quote me on this, but I think you can retype your 'c4' - you can do "(Toyota)c4.dontStop();" That way your c4 becomes Toyota instead of Car, and you can use it, but it's awful when you want it in an ArrayList.

Gasert_The_Great
Автор

Dude, Toyata is a Car .

Not Toyota is somewhat of a car

shashwatkhanna