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 |
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
What is the difference between static polymorphism and dynamic polymorphism?
What are objects in oop?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
What is difference between class and object with example?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
What are the 3 pillars of oop?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is oops with example?
what is the main difference between sizeof() operator in c and c++
What is deep and shalow copy?