An Absolute Super Beginner Guide to Object Oriented Programming (OOP) in PHP

What the hell is Object Oriented Programming (OOP)? OOP is a programming model based on the concept of something called objects. [cmtoc_table_of_contents] Objects? An object is a self-contained component which consists of methods and properties. Now, what does that mean? Let’s draw an example of a real life object. Let’s say a book. A book …
An Absolute Super Beginner Guide to Object Oriented Programming (OOP) in PHP Read More »
Comments
Post a Comment