Ask Question
30 December, 05:52

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

+1
Answers (1)
  1. 30 December, 06:10
    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 & Technology 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