If a function in java is declared private then it __________________
(a) Can’t access the standard output
(b) Can access the standard output
(c) Can’t access any output stream
(d) Can access only the output streams
I had been asked this question in final exam.
Origin of the question is Private Member Functions in portion Member Functions & its Types of Object Oriented Programming