Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Explain the Encapsulation principle
Explain the Encapsulation principle
✍: Guest
Encapsulation is a process of binding or wrapping the data and the codes that operates on the data into a single entity. This keeps the data safe from outside interface and misuse. One way to think about encapsulation is as a protective wrapper that prevents code and data from being arbitrarily accessed by other code defined outside the wrapper.
2013-02-28, 2142👍, 0💬
Popular Posts:
How do we generate strong names ? or What is use the of SN.EXE ? or How do we apply strong names to ...
How to create arrays in JavaScript? We can declare an array like this var scripts = new Array(); We ...
The object that contains all the properties and methods for every ASP.NET page, that is built is .. ...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
How can I show HTML examples without them being interpreted as part of my document? Within the HTML ...