what is polymorphism with example?types of polymorphism?
Answer Posted / nikunj b patel
same name multiple form is call poly...
static polymorphism and dynamic polymorphism.
| Is This Answer Correct ? | 71 Yes | 13 No |
Post New Answer View All Answers
What is the difference between path and classpath variables?
What is an image buffer?
What is illegal identifier in java?
If you are given the name of the function at run time how will you invoke the function?
What is string intern in java?
What is thread count in java?
Explain list interface?
What are the two categories of data types in the java programming language?
Explain inner classes ?
What are the rules for naming an array?
Can string be considered as a keyword?
Which types of exceptions are caught at compile time?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What are exceptions
Can a class extend 2 classes in java?