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  >  Placement Papers  >  iNautix  >  Technical

 Print  |  
Question:  What is the difference between Abstract class and Interface. In what situations, they can be used ?



April 04, 2005 01:59:34 #1
 Ranjit   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between Abstract class and Interface. In what situations, they can be used ?
 
Interface must have an abstract method. 
Interface have no access modifers. 
Interface used to define the method and members. 
 
Abstract class is class. it has access modifiers. 
Abstract class cannot be instantiated but it can be derived.
     

 

Back To Question