You are here |
8thlight.com | ||
| | | |
matthiasnoback.nl
|
|
| | | | I recently wrote about when to add an interface to a class. After explaining good reasons for adding an interface, I claim that if none of those reasons apply in your situation, you should just use a class and declare it "final". PHP 5 introduces the final keyword, which prevents child classes from overriding a method by prefixing the definition with final. If the class itself is being defined final then it cannot be extended. | |
| | | |
blog.cleancoder.com
|
|
| | | | ||
| | | |
mike.zwobble.org
|
|
| | | | ||
| | | |
enterprisecraftsmanship.com
|
|
| | My new online training course about Encapsulating EF Core Usagewent live. |