What do you understand by a pure virtual member function?
No Answer is Posted For this Question
Be the First to Post Answer
Define macro.
Does improper inheritance have a potential to wreck a project?
What is the extension of c++?
What is c++ & why it is used?
Explain about templates of C++.
What are Virtual Functions? How to implement virtual functions in "C" ?
Difference between overloaded functions and overridden functions
What is class syntax c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is the use of "new" operator?
Write about all the implicit member functions of a class?
Why is polymorphism useful?