name = 'Steve'; $objAnotherDemo = new Demo(); $objAnotherDemo->name = 'Ed'; $objDemo->sayHello(); $objAnotherDemo->sayHello(); ?>