Difference between over loading and over ridding?
Answer Posted / azhar iqbal
overloading means when you define more than one function
with the same name but different with its signature.
over ridding means give the modified defination of the
inherited functions or methods.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism what are the different types of polymorphism?
What is polymorphism give a real life example?
what type of question are asked in thoughtworks pair programming round ?
How Do you Code Composition and Aggregation in C++ ?
What are the 3 pillars of oop?
What are the data types in oop?
Why do while loop is used?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Which is better struts or spring? What is the real life example of polymorphism? design a c++ class for the chess board,provide a c++ class
definition for such class(only class definition is required) Why is abstraction used? Following are the class specifications:
class {int a};
class {int b};
Using friend funtion,calculate the max of two objects and
display it.
#include What is multilevel inheritance explain with example?