Difference between Overloading and Overriding?
Answer Posted / yesha
OVERLOADING MEANS WE CAN USE SAME FUNCTION NAME WITH DIFFERENT ARGUMENT IN FUNCTION OVERRIDING WE CAN ONLY USE SAME NAME OF THE FUNCTION AND SAME ARGUMENT BUT IN A DIFFERENT CLASS BECAUSE COMPILER WILL NOT CONFUSED
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When one must use recursion function? Mention what happens when recursion functions are declared inline?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
what is VOID?
What is the difference between a type-specific template friend class and a general template friend class?
How the virtual functions maintain the call up?
What is a terminating character in c++?
What is c++ redistributable?
Tell me an example where stacks are useful?
What is c++ vb?
How can you differentiate between inheritance and implementation in c++?
Can you write a function similar to printf()?
Why c++ is so important?
What is lambda in c++?
What is stream and its types in c++?
What is the basic concept of c++?