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 hash table in java?
What are the string methods in java?
Differences between traditional programming language and object oriented programming language?
Is null keyword in java?
What is a condition in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Name component subclasses that support painting in java programming?
Can a static method be overridden in java?
What is arguments in java?
Can finally block be used without a catch?
How do you implement singleton class?
Why is inheritance used in java?
Can an arraylist be empty?
How to make object serializable in java?
What is <> used for in java?