What is function overriding?



What is function overriding?..

Answer / sudar

base class method they can used to contain same function and arguments of subclass.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C++ General Interview Questions

Incase of a function declaration, what is extern means?

0 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

0 Answers  


What is meant by a delegate?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  






Describe private, protected and public – the differences and give examples.

0 Answers  


How come you find out if a linked-list is a cycle or not?

0 Answers  


How many standards of c++ are there?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


Are c and c++ similar?

0 Answers  


List down the guideline that should be followed while using friend function.

0 Answers  


What are the types of container classes?

0 Answers  


Categories