Is overriding possible in c++?
Answer / Sachin Dev
Yes, C++ supports method overriding. A derived class can override a function from the base class with the same signature.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does com provide language transparency?
Describe linkages and types of linkages?
Differentiate between realloc() and free().
How much maximum can you allocate in a single call to malloc()?
Describe run-time type identification?
What parameter does the constructor to an ofstream object take?
What is c++ vb?
write a program that takes two numbers from user that prints the smallest number
Is there a sort function in c++?
What is an incomplete type?
What is the difference between equal to (==) and assignment operator (=)?
Is c++ a good first language to learn?