Difference between Overloading and Overriding?
Answer Posted / harendra kumar vishwakarma
over loading means using the diffrent operatores on
different types. for example,'+' is an overloaded operator
in most of the languages since'+' is the sign used for
additional of two integers as well as two floating point
numbers.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How does class accomplish data hiding in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is decltype c++?
Where are setjmp and longjmp used in c++?
how to access grid view row?
Why is c++ awesome?
Is c++ a good beginners programming language?
Can I run c program in turbo c++?
Can we run c program in turbo c++?
What is null pointer and void pointer and what is their use?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is data type in c++?
Explain the isa and hasa class relationships.
What is a hashmap c++?