Answer Posted / anil
polymorphism means implementing different functionality's
with the same name and different type of arguments and
different number of parameters.We can achieve polymorphism
using function overloading and function overriding.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we override main method?
What is class encapsulation?
What is interface in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
write a programe to calculate the simple intrest and compund intrest using by function overlading
What are the benefits of interface?
Why is oop useful?
How can you overcome the diamond problem in inheritance?
Why do we use encapsulation in oops?
What is encapsulation with real life example?
Can we create object of abstract class?
What are the 5 oop principles?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is object and example?
What is multilevel inheritance explain with example?