inheritance

Liip Blog: PHPDoc Compilers and the @inheritdoc

PHPDeveloper.org  Tue, 07/26/2011 - 08:29

On the Liip blog there's a new post that compares some of the popular PHPDocumentor-formatted comments parsers.

They're looking specifically at the support for interfaces, not just the usual classes and methods.


 

Brandon Savage's Blog: Five Tips To Make Good Object-Oriented Co...

PHPDeveloper.org  Wed, 10/28/2009 - 06:58

Brandon Savage has posted a set of five tips on how you can make your object-oriented code work better and be easier to maintain in the long run.


 

WebReference.com: Object Orientated Programming - The beginning

PHPDeveloper.org  Wed, 10/14/2009 - 06:58

New from WebReference.com there's the first part of a tutorial series looking at working with object-oriented programming in PHP:


 

Chance Garcia's Blog: Visibility and inheritance

PHPDeveloper.org  Wed, 08/12/2009 - 08:40

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.


 

How inheritance, encapsulation and polymorphism work in C++

Linux Today  Wed, 05/20/2009 - 06:03

Alex Linux: "In this article, I would like to give you a short insight into what's going on behind the scenes. In particular we'll see how the three whales of OOP work in C++."