InterviewSolution
Saved Bookmarks
| 1. |
Any changes made to static data member from one member function _____________(a) Is reflected to only the corresponding object(b) Is reflected to all the variables in a program(c) Is reflected to all the objects of that class(d) Is constant to that function onlyI had been asked this question in a job interview.This is a very interesting question from Static Data Members topic in division Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» The CORRECT choice is (C) Is reflected to all the objects of that class |
|