what is polymorphism with example?types of polymorphism?
Answer Posted / sss
Polymorphsim means one name many form it is basically two type compile time polymorphsim and run time polymorphsim.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Java and C++?
What is immutable state?
When should you use arraylist and when should you use linkedlist?
What are the main uses of java?
How do I start learning java?
Explain inner classes ?
What are different types of inner classes ?
When to use runnable interface vs thread class in java?
Which of the following classes will have more memory allocated?
does java support pointers?
What is difference between == equals () and compareto () method?
What flag up means?
Can you start a thread twice in Java?
What are the advantages of user defined functions?
Give a practical example of singleton class usage?