For Business
Login
Home
Assessments
Mytat Certificates
Community
Courses
Premium Courses
jobs
Practice
Upskilling
Projects
Help
Run ยป
brand = $brand; $this->model = $model; } public function displayInfo() { return "Brand: {$this->brand}, Model: {$this->model}"; } } $car = new Car("Toyota", "Camry"); echo $car->displayInfo(); ?>