Difference between revisions of "Interview Questions"
From Hawk Wiki
(Created page with "==Some Translation== n! Multiplicative ==Encapsulation (object-oriented programming)== restricting access to some of the object's components<br> bundling of data with the methods...") |
(No difference)
|
Revision as of 22:22, 16 February 2012
Some Translation
n! Multiplicative
Encapsulation (object-oriented programming)
restricting access to some of the object's components
bundling of data with the methods
public and private data and methods.
A benefit of encapsulation is that it can reduce system complexity, and thus increases robustness, reduce risk of conflict between components.