InterviewSolution
Saved Bookmarks
| 1. |
Which data members among the following are static by default?(a) extern(b) integer(c) const(d) voidI had been asked this question in semester exam.The origin of the question is Static Data Members topic in chapter Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» The correct choice is (c) CONST |
|