Any Changes Made To Static Data Member From One Member Function #1082
Any changes made to static data member from one member function _____________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Exception Handling & Static Class Members - OOPs MCQ: Static Data Members - Quiz No.1.
Any changes made to static data member from one member function _____________
Is reflected to only the corresponding object
Is reflected to all the variables in a program
Is reflected to all the objects of that class
Is constant to that function only