Computer Science, asked by Rohan4833, 11 months ago

Class variable or static variable are same answer in form of 0 and 1?

Answers

Answered by sunshineee
0

Static variable is any variable declaration statement that has static in it, or is declared in a static method.

Class variable is a local variable.

Similar questions