Question from the Object-oriented programming - Fundamentals test

In OOP, what is the visibility of an attribute that is declared as protected?

Medium

Let's take 4 classes : A, B1, B2, C such that B1 et B2 inherit from A, C inherit from B1 and A has an attribute of "protected" visibility. Choose the right answer :

Author: SamuelStatus: PublishedQuestion passed 25 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!