Which of the following is false about protected class members?
Posted: Wed Jul 13, 2022 7:45 pm
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
b) They can be accessed by subclasses
c) They can be accessed by name mangling method
d) They can be accessed within a class