Ask Question         Q & A         Articles        
Skip Navigation LinksHome > Discussion Topics > Discussions
Discuss this Question
0
A pure virtual function has -
  • definition in base class
  • no definition in base class
  • definition in both base and derived class
  • none of the above
Answer : no definition in base class
Previous Comments
0
please explain this?
On : 27-Feb-2012
By : samiksha
0
In OOPS a virtual function or virtual method is a function or method whose behaviour can be overridden within an inheriting class by a function with the same signature
On : 16-Apr-2011
By : ruchir
can you explain more about virtual function ruchir
By : Hemant Mann   On : 16-Apr-2011
0
firs can anybody  tell me wht r virtual functions in c++
On : 16-Apr-2011
Your Comments
Ask a Question