Ask Question
22 December, 04:41

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

+4
Answers (1)
  1. 22 December, 08:14
    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?
Get 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 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