Domanda di colloquio di Arm

In C++, what are the key differences between each access specifier.

Risposta di colloquio

Anonimo

30 apr 2025

Public - globally accessible Private - accessible within the same class Protected - accessible within the same and derived sub class