Encapsulation (computer programming): Difference between revisions

Content deleted Content added
Reverted good faith edit(s) by 122.181.130.13 using STiki
As information hiding mechanism: remove spam text in the comment section
Line 41:
// "CheckBalance" method provided by the "Account" class
// but it cannot manipulate the value of "accountBalance"
// but this is very good
}
}