Answers

Question and Answer:

  Home  OOP

⟩ Whats the Difference between Interface and Abstract Class?

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.

 210 views

More Questions for you: