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
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is object and class in oops?
hi all..i want to know oops concepts clearly can any1 explain??
What is an interface in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is pure oop?
Why multiple inheritance is not allowed?
What is the purpose of enum?
What is the types of inheritance?
What is abstract class in oops?
What is polymorphism what is it for and how is it used?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is super in oop?
Write a program to sort the number with different sorts in one program ??