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 |
What is the full form nasa?
Explain deep copy?
What is dynamic and static typing?
What are the general quetions are in DEna bank manager IT/System interviews?
What is the difference between const and constexpr?
What is a parameterized type?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is flush programming?
What is the rule of three?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
What is the difference between public and private data members?
List the issue that the auto_ptr object handles?