stafred's avatar

Stafred

stafred

Member since

15

Total Reputation

1

Total Arguments

1

Total Votes for Arguments

Arguments and votes

1

Interfaces in PHP are not "pure interfaces" (as some have pointed out here) since they can contain constants, so interfaces in PHP are partially abstract classes. The concept of a “pure interface” includes only methods. In PHP, interfaces must contain default methods.

Share:
Read the RFC: Interface Default Methods stafred avatar
stafred
voted yes
RSS Feed Contribute Watch on YouTube Our License
© 2024 RFC Vote. This project is open source. Contribute and collaborate with us!