MCQOPTIONS
Saved Bookmarks
| 1. |
If all the classes use private inheritance in multilevel inheritance then ______________ |
| A. | It will not be called multilevel inheritance |
| B. | Each class can access only non-private members of its parent |
| C. | Each subsequent class can access all members of previous level parent classes |
| D. | None of the members will be available to any other class |
| Answer» C. Each subsequent class can access all members of previous level parent classes | |