Ask Question
12 January, 22:35

Fill in the blanks. It is possible to extend an but not an. Question 3 options: a) abstract class, interface b) interface, abstract class c) abstract class, enum d) enum, interface

+1
Answers (1)
  1. 12 January, 22:40
    0
    c) abstract class, enum d) enum, interface

    Explanation:

    Regarding the detection of interfaces, we can say that it is possible to extend an abstract class, but not an enumeration.

    This is because an abstract class is one that serves as a model for the creation of other classes, which can be extended and serve as a resource to implement and not exactly as a method. In other words, an abstract class has a certain malleability that an enumeration does not, as it is a more fixed resource and with little elasticity of use.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Fill in the blanks. It is possible to extend an but not an. Question 3 options: a) abstract class, interface b) interface, abstract class ...” in 📗 Social Studies if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers