Difference between Overloading and Overriding?
Answer Posted / suresh
Overloading is compile time binding, where as overriding is
dynamic binding....
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
write a programme to get a character and thier ASCII value
What are the restrictions apply to constructors and destructors?
What do you mean by vtable and vptr in c++?
Do you know about latest advancements in C++ ?
What is microsoft c++ redistributable 2013?
What are c++ manipulators?
why is iostream::eof inside a loop condition considered wrong?
What are c++ storage classes?
Explain what are accessor methods?
How the keyword struct is different from the keyword class in c++?
What can I use instead of namespace std?
How do you remove an element from a set in c++?
What do you understand by a pure virtual member function?
Where can I run c++ program?
Explain abstraction.