what is difference between overriding and overloading?
Answer Posted / 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 View All Answers
what does static variable mean?
how can I convert a string to a number?
What was noalias and what ever happened to it?
Why C language is a procedural language?
write a program to rearrange the array such way that all even elements should come first and next come odd
How can I automatically locate a programs configuration files in the same directory as the executable?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Are there namespaces in c?
What is mean by data types in c?
What is auto keyword in c?
Which is the memory area not included in C program? give the reason
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
If null and 0 are equivalent as null pointer constants, which should I use?
What is a char c?
What is the use of sizeof () in c?