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
Difference between struct and class in terms of access modifier.
How many types of comments are there in c++?
Explain data encapsulation?
What is c++ programming language?
What is runtime polymorphism in c++?
what is the use of void main() in C++ language?
What is stream and its types in c++?
In a function declaration, what does extern mean?
What is #include iomanip?
What should main() return in c and c++?
Can create new c++ operators?
Can a program run without main?
What is an iterator class in c++?
Is java the same as c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers