1.

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
Answer» B. Protected


Discussion

No Comment Found