Computer Science, asked by mohdtoufeeq2006ahaan, 11 months ago

define class declaration​

Answers

Answered by nidhi3630
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 Anonymous
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