Introduction to OOP: Chapter 17 : Visibility and Dependency [next] [previous] [audio] [real] [text]

Class-Level versus Object-Level Visibility

Question: Are sisters and brothers allowed to look at each others private data fields?

An answer of YES is class-level visibility (C++ and Java) and answer of NO is object-level visibiity.

Intro OOP, Chapter 17, Slide 11