function overridind means and simple program

Answers were Sorted based on User's Feedback



function overridind means and simple program..

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

function overridind means and simple program..

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

Post New Answer

More OOPS Interview Questions

What is sub classing in c++?

1 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


What is persistence in oop?

0 Answers  


What is polymorphism? Explain with an example.

48 Answers  


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,






What is abstract class in oop?

0 Answers  


what is object slicing?

9 Answers   L&T, Wipro,


what is function over loading?

5 Answers  


what is the application of oops?

8 Answers   IBM,


What exactly is polymorphism?

0 Answers  


What is interface? When and where is it used?

0 Answers  


What are the data types in oop?

0 Answers  


Categories