InterviewSolution
Saved Bookmarks
| 1. |
If static data member are made inline, ______________(a) Those should be initialized outside the class(b) Those can’t be initialized with the class(c) Those can be initialized within the class(d) Those can’t be used by class membersThe question was asked in unit test.Question is taken from Static Member Functions topic in portion Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Right choice is (C) Those can be initialized WITHIN the class |
|