Interview Questions

From Hawk Wiki
Revision as of 22:22, 16 February 2012 by Hall (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.