InterviewSolution
Saved Bookmarks
| 1. |
The static data member __________________________(a) Can be accessed directly(b) Can be accessed with any public class name(c) Can be accessed with dot operator(d) Can be accessed using class name if not using static member functionThis question was addressed to me in an online interview.Enquiry is from Static Data Members in chapter Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Right CHOICE is (d) Can be ACCESSED using class name if not using static member function |
|