define class declaration
Answers
Answered by
0
Answer:
it's the component declares the name of the class along with other attributes such as the class's supercpass and whether the class is public
Answered by
2
The class declaration component declares the name of the class along with other attributes such as the class's superclass, and whether the class is public, final, or abstract. At minimum, the class declaration must contain the class keyword and the name of the class that you are defining.
Similar questions