Programming Tutorials on XHTML, CSS, JavaScript, JQuery, JSON, Python, Django, Amazon Web Services, ASP.NET, Web Forms, and SQL
Wednesday, October 22, 2014
Thursday, November 28, 2013
What is Encapsulation?
Encapsulation means that a group of related properties,
methods, and other members treated as a single unit or object. This hides the
data from being accessed from outside a class directly, only through the
functions inside the class is able to access the information.
Subscribe to:
Posts (Atom)