model = "VW"; } } // create an object $herbie = new Car(); // show object properties echo $herbie->model; ?>