Multiple choice technology programming languages Can you make an instance of an abstract class? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Abstract classes are incomplete templates containing abstract methods, so the compiler prevents direct instantiation using the new keyword.