Whats the Difference between Interface and Abstract Class?

Submitted by: Administrator
Abstract Class:
Have constructors.
Not necessarily for the class inheriting it to Implement all the Methods.
Doesn't Support Multiple Inheritance.

Where everything is Opposite in the Interfaces.
Submitted by: Administrator

Read Online OOP Job Interview Questions And Answers