InterviewSolution
Saved Bookmarks
| 1. |
If object of class are created, then the static data members can be accessed ____________(a) Using dot operator(b) Using arrow operator(c) Using colon(d) Using dot or arrow operatorThis question was addressed to me in my homework.My question is taken from Static Data Members topic in portion Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Right answer is (d) Using DOT or ARROW OPERATOR |
|