PHP Code: 
class KWWHunction
{
    function 
__construct()
    {
        echo 
'I am not good in OO php';
    }
}

$KWWH = new KWWHunction();