Page 1 of 1

Which of the following is false about protected class members?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) They begin with one underscore
b) They can be accessed by subclasses
c) They can be accessed by name mangling method
d) They can be accessed within a class