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
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What does namespace mean in c++?
Why is main function important?
What are c++ variables?
What is std :: flush?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Is nan a c++?
Difference between pass by value and pass by reference?
Explain class invariant.
Write a program which uses Command Line Arguments
Explain function overloading and operator overloading.
What do you mean by a template?
Explain the volatile and mutable keywords.
what is scupper?
What is &x in c++?