function overridind means and simple program
Answers were Sorted based on User's Feedback
Answer / rekha
many times child class wants to modify the functionality
exposed by base class.It means child classesare interested
in overriding some functionality of base class in order to
achieve different behavior
function overriding means having functions with same name
with same signature but in parent child relationship different
implementation
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / preetha
the function overloading is the technique in which you can make the function with more than one name but only if you will change the paramaters or the number of the paramaters.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
What is static in oop?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is main difference between object oriented object base
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why and when is a virtual destructor needed?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Conversion from a basic type to a class type may be achieved using______________
What is multilevel inheritance in oop?
what is runtime polymorphism? For the 5 marks.
What is data binding?
what are the characteristics of oops?