OSNews: A Beginner's Crash Course into Object Oriented Programming
Apr 22, 2004, 10:00 (2 Talkback[s])
(Other stories by John Collins)
"The purpose of this article is to give a novice programmer the
basic idea of what OOP is, as implemented using PHP. Readers should
have a basic knowledge of programming ie what variables are,
variable types, basic methods of writing comments, and how to enter
code into a text editor.
"Also, other programming languages will most certainly use
different keywords and methods of doing things (like defining a
class, labeling a variable, etc). Remember to look for the concepts
in this article, and not to get caught up with semantical
details..."
Complete
Story
Related Story:
LinuxDev.net:
Better OOP with Python(Jun 24, 2000)