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 |
What is the collection of communication lines and routers called?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
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
How would you print out the data in a binary tree, level by level, starting at the top?
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?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
How can type-insensitive macros be created?
what is the structure pointer?
Differentiate between declaring a variable and defining a variable?
how to multiply two number taking input as a string (considering sum and carry )
who is the editor of 'pokemon'?
What does s c mean in text?