Computer Science, asked by ritukala9945, 1 year ago

Differencebetween instance and static variables in c#

Answers

Answered by abhikumar12
0

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 .

Similar questions