Variable are created in
Answers
Answered by
0
Answer:
Instance Variables: Instance variables are non-static variables and are declared in a class outside any method, constructor or block. As instance variables are declared in a class, these variables are created when an object of the class is created and destroyed when the object is destroyed.
Answered by
26
Answer:
variables are created when an object of the class is created and destroyed when the object is destroyed.
Similar questions