Diffrernce Between Overloading and Overriding?
Answers were Sorted based on User's Feedback
Answer / anupam mittal
In overloading all the function have same name but
different in no. of argument, type of argument and oreder
of argurmnt while in case of overriding both function are
defined in differenet class when a function inherit from
parent class and there is a function with same prototype in
child class then child class function override the parent
class funciton.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sourisengupta
OverLoading :- Method Name remains the same with different
signatures.
For ex:- Take a method name vehicle.
if u are passing two parameters to it , it will generate
informations for 2 wheelers .
if u are passing four parameters to it, it will generate
informations for 4 wheelers.
shortly we can tell same with different characteristics.
Overriding : - Method name and signatures must be same.
In overriding user can change the behaviour of the method
for the derived class.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is an algorithm in terms of STL?
what is c++
how to get the sum of two integers?
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, Sun Microsystems,
What are the components of stl?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
What are the symptoms of stl?
what is strcture i++ i ++i answer to this i=5 what is the out put
Waht is inheritance
what are you now programming Languages C+
What do stl stand for?