Explain subclasses and polymorphism, JAVA Programming

Assignment Help:

Explain Subclasses and Polymorphism ?

Car and Motorcycle are subclasses of MotorVehicle. If you instantiate a Car or a Motorcycle along with new, you can use in which object anywhere you can use a MotorVehicle, since cars are motor vehicles. As same you can use a Motorcycle anywhere you can use a MotorVehicle. This use of a subclass object in place of a superclass object is the starting of polymorphism. I'll say more about polymorphism later.

The converse is not true. While all cars are motor vehicles, not all motor vehicles are cars. A few are motorcycles. Thus if a method expects a Car object you shouldn't provides it a MotorVehicle object instead.

Remember that I said you shouldn't provide a method in which expects a Car a MotorVehicle. I didn't say you couldn't. Objects can be cast into their subclasses. This is useful while using data structures like Vectors that only handle generic objects. It's up to the programmer to remain track of what kind of object is stored in a Vector, and to use it accordingly.

The proper choice of classes and subclasses is a skill learned primarily by experience. There are often different ways to define classes.
toString() as example of polymorphism


Related Discussions:- Explain subclasses and polymorphism

State about the performance of java, State about the performance of java ...

State about the performance of java First versions of java were pretty slow. Java performance has gotten a lot better with aggressive just-in-time-compiler (JIT) techniques

What are the sub categories of artificial intelligence, What are the Sub ca...

What are the Sub categories of Artificial Intelligence? Briefly explain any two? 1. Expert systems: Expert system is in which system that is in some limited sense, could repl

Help about java code regarding udp, I need to know waht exactly is happinin...

I need to know waht exactly is happining in the following code class Worker implements Runnable { DatagramSocket socket = null; DatagramPacket packet = null; public W

What is an advice, Advice is the execution of an aspect. It is something li...

Advice is the execution of an aspect. It is something like telling your application of a new behavior. Generally, and advice is inserted into an application at joinpoints

Pseudocodes, Draw a 5 inch square on the screen using pseudocode

Draw a 5 inch square on the screen using pseudocode

Develop an android app for me, Project Description: I need someone to pr...

Project Description: I need someone to prepare an android app for me and provide it to me asap. The app details to be provided on pm Skills required: Java, Android

What are the kinds of computer network among nodes, What are the kinds of c...

What are the kinds of computer network according to the distance among nodes? the kinds of computer network according to the distance among nodes are as follows: There are t

What is a socket in java networking and rmi, A socket is one end-point of a...

A socket is one end-point of a two-way communication link among two programs running on the network. A socket is bound to a port number so that the TCP layer can recognize the appl

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd