When a variable is define as static in a class then all object-04001
When a variable is define as static in a class then all object of this class __________.
This multiple choice question (MCQ) is related to the book/course
vu cs304 Object Oriented Programming.
It can also be found in
vu cs304 Final Term - Quiz No.2.
When a variable is define as static in a class then all object of this class __________.
Have different copies of this variable
Have same copy of this variable
Can not access this variable
None of given