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 format for defining a structure?
How do you define/declare constants in c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What is the difference between method and message?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
How do you clear a buffer in c++?
What do you mean by stack unwinding in c++?
Why are pointers not used in c++?
Can c++ be faster than c?
Explain abstraction.
How do I write a c++ program?
Why is c++ called oops?