Q&A
Questions
Tags
Login
Sign up
Questions
/ What is the difference between an interface and an abstract class in PHP?
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.
php
oop
Bookmark
Report
asked by
chance
No comments yet.
Comment
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.
Comment
Your Answer
Post Your Answer
No comments yet.