Explain the concept of polymorphism with examples?
Answer Posted / venkat
Polymorphism means If one thing exists in different forms v
can it as pOlymorphism
EX:Overloading
Overriding
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
how its run?
Can we override constructors in java?
What are the two categories of data types in the java programming language?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is number data type?
What are the 8 data types in java?
What is finalize()?
What is the difference between throw and throws keywords?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What do you understand by weak reference?
Can we override private method?
Convert a BST into a DLL and DLL to BST in place.
What are packages in java?
is there a separate stack for each thread in java? : Java thread
Compare overloading and overriding?