logMessage($message);
}
}
$morningUser = new User();
echo $morningUser->userMessage(‘Good Morning’); // output : Good Morning
$noonUser = new User();
echo $noonUser->userMessage(‘Good Noon’); // output : Good Noon
?>
logMessage($message);
}
}
$morningUser = new User();
echo $morningUser->userMessage(‘Good Morning’); // output : Good Morning
$noonUser = new User();
echo $noonUser->userMessage(‘Good Noon’); // output : Good Noon
?>
No images uploaded for this post.
No videos uploaded for this post.