Multiple choice technology programming languages An abstract class can be instantiated. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Abstract classes cannot be instantiated directly. They serve as base classes and must be inherited by concrete classes that implement all pure virtual functions.