Difference between Overloading and Overriding?
Answer Posted / kakani sirisha
Overloading is code refinement technique and OverRiding is code replacement technique..
In OverLoading no seperate keywords are used to implement but in OverRiding we use virtual keyword for base class and overriding keyword for derived class function to implement...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is virtual base class uses?
Which is the best c++ software?
Which is most difficult programming language?
How can you specify a class in C++?
what is pre-processor in C++?
What happens if a pointer is deleted twice?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is dynamic and static typing?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Can constructor be private in c++?
Why iomanip is used in c++?
Define pointers?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Explain the difference between c++ and java.
How java is different from c and c++?