What are the instance and class variables?
Answers
Answered by
1
Answer:
Static(Class) variables and instance variables both are member variables because they are both associated with a specific class, but the difference between them is Class variables only have one copy that is shared by all the different objects of a class, whereas every object has it's own personal copy of an instance.
Answered by
0
Answer:
they both are same
Explanation:
mark as brainliest
Similar questions