0
Is there any way to access private members outside the class and without the use of functions?
4 Respostas
+ 1
without getter and setter its impossible. this is the use of private member.
+ 1
sure but you said without functions :D
+ 1
oh.. forgot about it :)
0
but we can use friend function