In which access should a constructor be defined, so that object of the class can be created in any function?
(a) Public
(b) Protected
(c) Private
(d) Any access specifier will work
I got this question in an international level competition.
Question is taken from Constructors topic in division Constructors and Destructors of Object Oriented Programming