Answers

Question and Answer:

  Home  MCSE

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

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

 178 views

More Questions for you: