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 r character?
Explain notify() method of object class ?
What is the difference between processes and threads?
Are arrays primitive data types?
What is binary search in java?
How do you add an element to a hashset in java?
What does this () mean in constructor chaining concept?
What are the various access specifiers in java?
What state does a thread enter when it terminates its processing in java programming?
Can we have this () and super () together?
What is Mutex (Mutual Exclusion Object) ?
What happens if an exception is not handled in a program?
Is hashmap thread safe?
Explain about fail safe iterators in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?