C++-常见英文面试笔试题.doc
文本预览下载声明
C/C++ Programming interview questions and answers
By Satish Shetty, July 14th, 2004
What is encapsulation??
Containing and hiding information about an object, such as internal data structures and code. Encapsulation isolates(使隔离) the internal complexity of an objects operation from the rest of the
显示全部