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 |
Incase of a function declaration, what is extern means?
What are 2 ways of exporting a function from a dll?
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?
What is meant by a delegate?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Describe private, protected and public – the differences and give examples.
How come you find out if a linked-list is a cycle or not?
How many standards of c++ are there?
How can you differentiate between inheritance and implementation in c++?
Are c and c++ similar?
List down the guideline that should be followed while using friend function.
What are the types of container classes?