Microsoft Official Silent lab Video Solution: Class Extension using Even











int m_speed; 

public int getSpeed() 

return m_speed; 

public void setSpeed(int newSpeed) 

m_speed = newSpeed; 

class UseAnAutomobile 

void DriveAutomobile() 

return; 

// 42