InterviewSolution
Saved Bookmarks
| 1. |
Write short notes on class declaration and method declaration. Please mark brainliest question. |
|
Answer» A CLASS declaration defines the following aspects of the class: MODIFIERS DECLARE whether the class is public, abstract, or final. CLASSNAME sets the name of the class you are declaring. SuperClassName is the name of ClassName's superclass.Explanation: |
|