Difference between Overloading and Overriding?
Answer Posted / lakshmipathi
overloading is nothing but a funtion witn same name but
different arguments .......
overrinding is nothing but a funtion with same name and same
arguments...........
overloding involves with in same class...........
overriding involves in between super class and sub class....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the syntax of single inheritance in C++?
How do you clear a buffer in c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Explain pass by value and pass by reference.
what is the use of void main() in C++ language?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are built-in functions? What is the syntax for the definition?
Name the debugging methods that are used to solve problems?
Describe linkages and types of linkages?
How should a contructor handle a failure?
Define vptr.
What is a namespace in c++?
How does work in c++?
What is the best c++ ide?
What are the uses of static class data?