difference between overloading and overridding
Answers were Sorted based on User's Feedback
Answer / priyanka agrawal
In overloading functions will have same name but different
parameters lists but in overloading functions must have
same name and same signature.
| Is This Answer Correct ? | 1 Yes | 4 No |
write a C++ program for booking using constructor and destructor.
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is the difference between class and object?
What is oops in programming?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
what is the use of classes in c++;
What is new keyword in oops?
Can we have a private virtual method ?
Differences between inline functions and non-inline functions?
Why multiple inheritance is not allowed?
What is oop in simple words?
How do you achieve runtime polymorphism?