What is the difference between an abstract class and an interface?

Submitted by: Administrator
An abstract class may have fields and some implemented methods. An interface has no implementation, only constants and method declarations.
Submitted by: Administrator

Read Online MCSE Job Interview Questions And Answers