Definitions for "Concrete class"
A class that implements an abstract data type but does not allow polymorphism. See polymorphism, reference class. Contrast with abstract class.
A class that can be instantiated to produce objectss of that class. See polymorphism, reference class. Contrast with abstract class.
User- or system-defined class that can be instantiated. Contrast with abstract class.