Question

An abstract class in Java/C++:

A Can be instantiated directly.
B Must contain at least one abstract method.
C Can have both abstract and concrete (implemented) methods.
D Cannot have constructors.
E Can only contain static methods.
Practice Next

Hey! Ask a query