What are virtual functions and what is its use?
A virtual function is a member function that you expect to be redefined in derived classes. When you refer to a derived class object using a pointer or a reference to the base class, you can call a virtual function for that object and execute the derived class's version of the function.
| Is This Answer Correct ? | 0 Yes | 0 No |
When do we run a shell in the unix system?
What is c++ good for?
Who created c++?
What is a multiset c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is abstraction in c++ with example?
How does list r; differs from list r();?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What are stacks?
What is pointer to member?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?