Ask Question
16 June, 13:31

An enumeration inherits methods from which of the following classes? a. java. lang. Object b. java. lang. Enum c. both a and b d. neither a nor b

+4
Answers (1)
  1. 16 June, 14:46
    0
    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).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “An enumeration inherits methods from which of the following classes? a. java. lang. Object b. java. lang. Enum c. both a and b d. neither a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers