English, asked by simranclair0101, 5 hours ago


DEFINE IN 2 3 LINES :::"
what is class declaration and method declaration ​

Answers

Answered by pranaysmaske
0

Answer:

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.

A method's declaration provides a lot of information about the method to the compiler, the runtime system and to other classes and objects.

;-)

Similar questions