1) identify class variables 2) identify instance variables 3) identify local variables 4) name the keyword to create class variable 5) why the main method is of “void” type? 6) can we get () function without the object? If yes how? Please someone answer this as soon as possible.
Attachments:
Answers
Answered by
1
Explanation:
In object-oriented programming with classes, a class variable is any variable declared with the static modifier of which a single copy exists, regardless of how many instances of the class exist. Note that in Java, the terms "field" and "variable" are used interchangeably for member variable.
plz...follow
Similar questions