What code would you write to declare a pointer/reference named p that can point ...
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What code would you write to declare a pointer/reference named p that can point to an object of the class named P, and would belong to an instance (as opposed to a class), and would not be accessible beyond the scope of the class?