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 use of overloading?
What is encapsulation process?
Do you know about multiple inheritance?
What polymorphism means?
what is the drawback of classical methods in oops?
What is differance between Abstract and Interface
How long to learn object oriented programming?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
Difference between vector and array
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
what is difference between objects and function
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram