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?
Why is abstraction needed?
Can private class be inherited?
What is object and class in oops?
What are classes oop?
What is an interface in oop?
Where is pseudocode used?
How do you answer polymorphism?
How do you define social class?
What is the difference between inheritance and polymorphism?
What type of loop is a for loop?
Can we create object of interface?
What is oops?what is its use in software engineering?
What is class encapsulation?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?