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  >  Tech FAQs  >  OOPS
Go To First  |  Previous Question  |  Next Question 
 OOPS  |  Question 202 of 255    Print  
what is an abstract class

  
Total Answers and Comments: 7 Last Update: October 25, 2007     Asked by: jyothis 
  
 Sponsored Links



 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 19, 2005 07:36:16   #1  
rrl        

RE: what is an abstract class
Abstract class ia a base class that provides some invariant functionality but leaves implementation of other members to inheriting classes. You can accomplish this through the use of abstract classes, which are classes that must be inherited.

Abstract classes are similar to interfaces, but share many features with classes. An abstract class cannot be instantiated on its own; it must be inherited first. Abstract classes can provide all, some, or none of the actual implementation of a class. Like interfaces, they can specify members that must be implemented in inheriting


 
Is this answer useful? Yes | No
January 03, 2006 21:19:04   #2  
Nitin Gupta        

RE: what is an abstract class
Abstract classes represent an abstract concept, hence cannot be instantiated.
 
Is this answer useful? Yes | No
January 30, 2006 00:03:00   #3  
sarika        

RE: what is an abstract class
an abstract class is the one which has got no body
 
Is this answer useful? Yes | No
April 27, 2006 06:38:12   #4  
Yashwant Pinge        

RE: what is an abstract class
The abstract class is one that used for only for inheritance i.e can not create the object of base class.The abstract class is one that contains atleat one pure virtual function.
 
Is this answer useful? Yes | No
June 22, 2006 02:50:13   #5  
chandra        

RE: what is an abstract class

Hi,

 Abstract class is a Generlised superclass extended by subclasses and has atleast one abstract behaviour and may contain behaviours with body.


 
Is this answer useful? Yes | No
January 10, 2007 03:27:44   #6  
niranjan        

RE: what is an abstract class

An abstract is one which is used in future

we can't create an object for it 


 
Is this answer useful? Yes | No
October 25, 2007 17:59:03   #7  
sajjad        

RE: what is an abstract class
An abstract class cannot be used on its own but must be first inherited in the derived class.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links



 
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape