Computer Science, asked by airanvaibhav8523, 1 month ago

In protected inheritance, a public data member of the base class will be treated as

Answers

Answered by snikki961
0

Answer:

protected.

in protected inheritance the public and protected members are inherited as protected and the private member remains private

Similar questions