Class Properties

Properties are variables which are defined in the class but belong to the object. You need to create an object in order to access them.

It makes sense for certain properties to belong to an object. In this example we'll give our product object a name and a price.

Branch: https://github.com/GaryClarke/learn-oophp/tree/2-class-properties

Complete and Continue  
Discussion

8 comments