Ask Question
2 January, 03:24

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. 2 January, 05:16
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers