Q60 Single choice Mark for later In the code below, what type does Boolean inherit from?Boolean b= true; A Enum B Object C String D Class Correct answer