Tagged Questions
5
votes
2answers
183 views
What defines an encapsulation properly?
I find the encapsulation concept a bit confusing. So far I have read that the members of the class should be private and any access to private members must be through getter and setter methods, which ...