A, C, and D are incorrect.
A is incorrect because a concrete class is a normal Java class that has all of its methods implemented.
C is incorrect because the term “Java class” is a general term and does not apply to a specific type of class.
D is incorrect because an interface is used to create a public interface for a class. It may not contain any implemented methods.
|