0

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

Asked 2 months ago · Viewed 1 times
An interface only defines method signatures, while an abstract class can contain both method signatures and implemented methods.
asked by chance

No comments yet.

1 Answer

0
An interface only defines method signatures, while an abstract class can contain both method signatures and implemented methods.
answered 2 months ago by chance

No comments yet.

Your Answer