Ask Question
28 July, 06:53

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

+5
Answers (1)
  1. 28 July, 08:26
    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?
Find 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 and Technology 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