| |
GeekInterview.com > Interview Questions > J2EE > Java
| Print | |
Question: What is the difference between Abstract class and Interface
Answer: Answered by Scott on 2005-05-12 10:03:06: An abstract class can contain non-abstract methods which do not have to be overridden in the subclass. There is no difference between a fully abstract class (all methods declared as abstract and all fields are public static final) and an interface. |
| August 08, 2007 09:06:53 |
#16 |
| ajan |
Member Since: Visitor Total Comments: N/A |
RE: What is the difference between Abstract class and ... |
| You haveĀ given difference for the above question such as "Abstract class does not support Multiple Inheritance. Interface supports Multiple Inheriatnce". Can you provide me an example for this difference. If possible give me an real time example |
| |
Back To Question | |