View RSS Feed

Recent Blogs Posts

  1. Benefits of Encapsulation

    by , 04-26-2012 at 06:10 PM
    • A class’s field might be made write only or read only.
    • A class might be having total access or control at what has been present in fields.
    • Class users are not aware of the fact that how to store data in class. Class might be changing the field’s data type, & class users don’t require any change in their code.