News Feed
Jobs Feed
Sections




News Archive
Chance Garcia's Blog:
Visibility and inheritance
August 12, 2009 @ 09:40:20

In this recent post to his blog Chance Garcia looks at visibility and inheritance in PHP applications. Specifically, it references a question that came up on IRC about the "default" visibility for methods and the open/closed principle.

Out of the whole discussion, here is the points I got (aka understood) out of it. Please correct me in the comments if I'm off base in any way.

There's two points he makes in the remainder of the post:

  • Methods should only be public when necessary.
  • Private methods allow you to preserve the class' core functionality.

There's also a bit of code included to illustrate some of his points.

0 comments voice your opinion now!
visibility inheritance openclosedprinciple


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso: Multiple inheritance with PHP and Traits

DevShed: Using Inheritance, Polymorphism and Serialization with PHP Classes

Developer.com: PHP 5 OOP - Protecting Data With Visibility

Ivo Jansch's Blog: Mixins in PHP

PHPMaster.com: Layer Supertype Pattern: Encapsulating Common Implementation in Multi-Tiered Systems


Community Events









Don't see your event here?
Let us know!


community framework tool example language event release introduction development composer code podcast api opinion functional object testing zendframework2 interview unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework