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  >  J2EE  >  Core Java

 Print  |  
Question:  what is difference between instance and object.?
what are the all difference between interface and abstract class?




November 11, 2005 22:44:13 #5
 Ravi   Member Since: Visitor    Total Comments: N/A 

RE: what is difference between instance and object.?
 

I think that abstract classes too support run-time polymorphism for the methods that are abstract within them. For such a case, the abstract class and interface provide similar functionality.

     

 

Back To Question