Difference between Overloading and Overriding?
Answer Posted / n.balasutha
It does not block superclass method it will override the
super class method
| Is This Answer Correct ? | 93 Yes | 63 No |
Post New Answer View All Answers
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
How does com provide language transparency?
What is dev c++ used for?
If I is an integer variable, which is faster ++i or i++?
How to get the current position of the file pointer?
Define pointers?
What is the difference between a definition and a declaration?
What is the history of c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is vector string in c++?
What is a terminating character in c++?
Why is c++ a mid-level programming language?
Explain the concept of dynamic allocation of memory?
Who created c++?