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
describe private access specifiers?
Why do we need c++?
What does catch(…) mean?
Differentiate between a pointer and a reference with respect to c++.
Explain the different access specifiers for the class member in c++.
What are manipulators used for?
What is enum class in c++?
How do I download c++?
What is function overriding in c++?
Explain storage qualifiers in c++.
What is the best it certification?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Define token in c++.
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What are the differences between new and malloc?