Considering a class with only a private attribute like:
class Example { private: int number = 10; };
If I create an other class that contain