what is polymorphism in java.
Answers were Sorted based on User's Feedback
Answer / samar
polymorphism is the way to process any thing in own
specefic way but with using same method name .
eg: car, bike, generator are the various class.
and start is method name.
class car
{
start();
}
class Bike
{
start();
}
class Generator
{
start();
}
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / addy
polymorphism means having more than one form.
for eg:-an automobile.in automobile we can have
car,bikes,bus etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
The ability to take more than one form is known as
Polymorphism. By using the keyword interface Polymorphism
can be achieved.
| Is This Answer Correct ? | 1 Yes | 0 No |
why we use abstract in awt?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
What is the meaning of client-server application. The purpose of Client-Server Application. with description.
code for connection from windows forms to sql server
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
What is Partial class and its use?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
what are all the ant command options
How to update a data for the views in the relational data base schema
how to data grid use in data bind?