+ 3
Can anybody explain me what is concrete class in java?
2 Answers
+ 3
Concrete class in Java is the default class and is a derived class that provides the basic implementations for all of the methods that are not already implemented in the base class. The opposite of the concrete class is theabstract class, which does not provide implementations for all of its methods.
0
implementation for the abstract class is called Concrete class