Ask Question
10 November, 10:43

True of False - use T or F An abstract class can have instances created using the constructor of the class.

+4
Answers (1)
  1. 10 November, 14:08
    0
    False

    Explanation:

    An instance of an abstract class cannot be created through the constructor of the class, because it does not have a complete implementation. Though, it is possible to have references of an abstract type class. Abstract classes are incomplete structures and you would have to build onto it before you are able to use it.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “True of False - use T or F An abstract class can have instances created using the constructor of the class. ...” 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