InterviewSolution
Saved Bookmarks
| 1. |
In java, which rule must be followed?(a) Keyword private preceding list of private member’s(b) Keyword private with a colon before list of private member’s(c) Keyword private with arrow before each private member(d) Keyword private preceding each private memberI had been asked this question at a job interview.My question is based upon Private Member Functions in division Member Functions & its Types of Object Oriented Programming |
|
Answer» The correct option is (d) Keyword private preceding each private member |
|