PHP - Classes and Objects
You want to create a class
Student with a property name and a method greet() that returns "Hello, " plus the student's name. Which code correctly implements this?