what is difference between overriding and overloading?



what is difference between overriding and overloading?..

Answer / jothi16

overridding overloading
1.same function and same 1.same functin
argument diffrernt argument

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C Interview Questions

What is the collection of communication lines and routers called?

1 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


How would you print out the data in a binary tree, level by level, starting at the top?

6 Answers   Amazon, Microsoft,


write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.

5 Answers   Verifone,


How can type-insensitive macros be created?

1 Answers  


what is the structure pointer?

1 Answers   Accenture, HCL,


Differentiate between declaring a variable and defining a variable?

1 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


who is the editor of 'pokemon'?

1 Answers  


What does s c mean in text?

1 Answers  


Categories