Answer:c)both a and b
Explanation: java.lang.Enum class is the class having the enumeration feature and having base class as common. It indulges in the inheritance feature from the java.lang.Object and has the feature of supporting the other class object. .The inheritance of the object from the object class to the enumeration class takes place .Therefore, the correct answer is option(c).