Answer Posted / tejas
The ability to take more than one form is known as
polymorphism.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What does the keyword virtual represented in the method definition?
What is the difference between an Abstract class and Interface?
How many methods are there in the externalizable interface?
What is the difference between new and override?
Which OOPS concept is used as a reuse mechanism?
Is it possible to override private virtual methods?
What is sealed modifiers?
What is the function of messaging metaphor?
What is garbage collection(gc)?
What is the need of multiple inheritance?
How to define an interface?
What is the function of pure virtual functions?
Can a function be overloaded based on return types?
What is data abstraction? what are the three levels of data abstraction with Example?
How does abstraction differ from encapsulation.