+ 4
In what way does our stack ADT implementations violate the principle of information hiding?
In what way does our stack ADT implementations violate the principle of information hiding?
1 ответ
+ 4
I guess for example when a C structure has all its fields public and accessible to everyone.