+ 1
WHAT IS A CLASS ???
3 Respuestas
+ 15
Either check out the SoloLearn's official Java course.
+ 7
This is an official, great explanation to what a class is.
https://docs.oracle.com/javase/tutorial/java/concepts/class.html
0
im new myself but i think of it as school when the techer says "todays class will be about a.... book?
so
"class" will be "book"
then you put in the blueprints/abouts of the book like pages, name, colour, genre ect..
and im assuming that you can call/reuse the class for another book form anywere.