what is polymorphism with example?types of polymorphism?
Answer Posted / nidhi joon
The ability to take more than one form.
Supports two type
Method Overloading
Method Overriding
| Is This Answer Correct ? | 58 Yes | 38 No |
Post New Answer View All Answers
What is the intersection and union methods?
What is private static class in java?
How many bits is a string?
What is singleton class in java and how can we make a class singleton?
Which package is always imported by default?
Where is core java used?
Define a package.
Can we use catch statement for checked exceptions?
What is local variable and instance variable?
When will you define a method as static in Java?
What is the difference between a local variable and an instance variable?
Can we print null in java?
Java is pass by value or pass by reference? Explain
What is a top level class in java?
How can we break singleton in java?