Answer Posted / hr@tgksolutions.com
• A virtual function is a member function that can be overridden in derived classes. Declared with the virtual keyword in the base class, enabling runtime polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What language does google use?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What do you mean by static variables?
You run a shell on unix system. How would you tell which shell are you running?
Is there any function that can skip certain number of characters present in the input stream?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is long in c++?
How to implement is-a and has-a class relationships?
How is objective c different from c++?
Why do we use setw in c++?
What is the benefit of learning c++?
Write a function that swaps the values of two integers, using int* as the argument type?
What is cin clear () in c++?
Tell me can a pure virtual function have an implementation?
Can I learn c++ without knowing c?