What is the difference between virtual functions and pure virtual functions?
A virtual function is a member function of base class which can be redefined by derived class. A pure virtual function is a member function of base class whose only declaration is provided in base class and should be defined in derived class otherwise derived class also becomes abstract.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages/disadvantages of using #define?
Can we use THIS Pointer in static function – Reason in C++?
Explain encapsulation in C++.
What is the difference between virtual functions and pure virtual functions?
What is a COPY CONSTRUCTOR and when is it called?
How many times will this loop execute? Explain your answer.
CDPATH shell variable is in(c-shell)
What does malloc return in C and C++?
What is a virtual base class?
What are the advantages and disadvantages of B-star trees over Binary trees?
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,
In C++ what is the meaning of data hiding?