GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Concepts  >  OOPS

 Print  |  
Question:  can we create a object of Base class?..
If we can not create a object of base class then why we need Abstract class?




August 08, 2008 13:35:48 #5
 VCCoder   Member Since: August 2008    Total Comments: 4 

RE: can we create a object of Base class?..If we can not create a object of base class then why we need Abstract class?
 
Abstract class is class having atleast one pure virtual function.
     

 

Back To Question