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
What are literals in C++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
How is static data member similar to a global variable?
How would you differentiate between a pre and post increment operators while overloading?
What is enum class in c++?
What is unary operator? List out the different operators involved in the unary operator.
What are the uses of c++ in the real world?
What are the advantages of using friend classes?
What are the uses of static class data?
State two differences between C and C++.
What happens if a pointer is deleted twice?
What is the difference between interpreters and compilers?
How do you save a c++ program?
Which bit wise operator is suitable for turning off a particular bit in a number?
Is c++ a programming language?