what is polymorphism with example?types of polymorphism?
Answer Posted / barkha
Polymorphism means one word having different meaning at
different instances.
There are two types.
1)Method overloading
2)Method overriding
| Is This Answer Correct ? | 25 Yes | 39 No |
Post New Answer View All Answers
How is java created?
Can a function return a function?
What is string data?
What is a double?
Which object oriented concept is achieved by using overloading and overriding?
Difference between arraylist and hashset in java?
Difference between linkedlist and arraylist.
What is the purpose of static methods and static variables?
What is stream api in java8?
What is unsigned char?
Differentiate between nested and inner class in java.
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is a stringbuilder?
What is the difference between jvm and jre? What is an interface?
Is array a class in java?