Answer Posted / shilpa
It is a inportant cocept of oops and using these concept we
can work with different function of same name. That is we
can create a single fonction which can perform many task.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What does no cap mean?
What is the main purpose of inheritance law?
Can we override main method?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is polymorphism what are the different types of polymorphism?
What is the important feature of inheritance?
Write a program to reverse a string using recursive function?
What are objects in oop?
How to call a non virtual function in the derived class by using base class pointer
write a program that takes input in digits and display the result in words from 1 to 1000
What is inheritance and how many types of inheritance?
How to hide the base class functionality in Inheritance?
What is the advantage of oop over procedural language?
What is abstract class in oop?
What is the purpose of enum?