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 Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is main difference between object oriented object base
Can you inherit a private class?
what is mean by design pattern
What is oops in programming?
what is multithreading in c++ , what is difference between multithreading and singlethreading.
what is oops
What are the 4 pillars of oop?
How is exception handling carried out in c++?
can you give real time example for polymarphism
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
Can we override main method?