Question

What is a "final" class in Java?

A A class that cannot be instantiated.
B A class that cannot be inherited by other classes.
C A class that can only have final methods.
D A class that must be abstract.
E A class that cannot have any fields.
Practice Next

Hey! Ask a query