what is polymorphism with example?types of polymorphism?
Answer Posted / gupta
two types
1.static
2.dynamic
| Is This Answer Correct ? | 39 Yes | 13 No |
Post New Answer View All Answers
What are annotations in java?
What carriage return means?
What do the thread?class methods run() and start() do?
What language is pass by reference?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What happens if we override private method?
Explain about java sdk?
How do you compare values in java?
What is constructor and its types?
How do you read and print a string in java?
Does java trim remove newline?
Can a final variable be manipulated in java?
Does the order of public and static declaration matter in main method?
Explain the difference between string, stringbuffer and stringbuilder in java?
Can we create a constructor in abstract class?