What is a pure virtual function?
Why is it represented as = 0...how is the internal
implementation for the same
Answer Posted / viji
A virtual function with a null body is said to be pure
virtual function.
The pure virtual function can be defined later in its
derived class.......
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why the usage of pointers in C++ is not recommended ?
Explain the isa and hasa class relationships.
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What language is a dll written in?
Can we use this pointer inside static member function?
How do you initialize a string in c++?
What is polymorphism & list its types in c++?
Describe linked list using C++ with an example.
How would you differentiate between a pre and post increment operators while overloading?
Is c++ still in demand?
What is a stack? How it can be implemented?
What is constant in c++ with example?
What is ostream in c++?
What is a manipulator in c++?
What's the most powerful programming language?