public and private access modifiers
Posted
by maverick
on Stack Overflow
See other posts from Stack Overflow
or by maverick
Published on 2010-03-24T05:07:22Z
Indexed on
2010/03/24
5:13 UTC
Read the original article
Hit count: 378
access-modifiers
if we can access the private members through setters and getters then what is the use of private ? thanks in advance
© Stack Overflow or respective owner