InterviewSolution
Saved Bookmarks
| 1. |
Which specifier applies only to the constructors?(a) Public(b) Protected(c) Implicit(d) ExplicitI got this question during a job interview.My enquiry is from Types of Constructors in section Constructors and Destructors of Object Oriented Programming |
|
Answer» The correct choice is (d) Explicit |
|