Can anybody explain me what is concrete class in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can anybody explain me what is concrete class in java?

20th Dec 2016, 10:02 AM
Tejas Ratunawar
Tejas Ratunawar - avatar
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.
20th Dec 2016, 10:27 AM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar
0
implementation for the abstract class is called Concrete class
7th Nov 2017, 7:10 PM
Maxx
Maxx - avatar