Is overriding possible in c++?



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

Post New Answer

More C++ General Interview Questions

How does com provide language transparency?

1 Answers  


Describe linkages and types of linkages?

1 Answers  


Differentiate between realloc() and free().

1 Answers  


How much maximum can you allocate in a single call to malloc()?

1 Answers  


Describe run-time type identification?

1 Answers  


What parameter does the constructor to an ofstream object take?

1 Answers  


What is c++ vb?

1 Answers  


write a program that takes two numbers from user that prints the smallest number

2 Answers  


Is there a sort function in c++?

1 Answers  


What is an incomplete type?

1 Answers  


What is the difference between equal to (==) and assignment operator (=)?

1 Answers  


Is c++ a good first language to learn?

1 Answers  


Categories