InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is not applicable for the static member functions?(a) Variable pointers(b) void pointers(c) this pointer(d) Function pointersThis question was addressed to me during an interview.My question is based upon Static Member Functions in division Exception Handling & Static Class Members of Object Oriented Programming |
|
Answer» Correct choice is (c) this pointer |
|