最新文章列表

Chapter 4 Objects and Classes -- Core Java Ninth Edition

1.    Encapsulation (sometimes called information hiding) is a key concept in working with objects. Formally, encapsulation is nothing more than combining data and behavior in one package and hiding ...
leonzhx 评论(0) 有1121人浏览 2013-02-02 17:32

c++变量在内存中的存储区域

01 #include <iostream> 02 03 #include <string> 04 using namespace std; 05 int a = 0; // Initialization Area of Overall 06 char *p1; // Not Initialization Area of Overall 07 08 void main() 0 ...
Vincent_Hu 评论(0) 有2110人浏览 2012-08-08 17:09

Chapter 7. Reusing Classes -- Thinking in Java

1) You have two ways to use the classes without soiling the existing code:     a. you simply create objects of your existing class inside the new class. This is called composition, because the new c ...
leonzhx 评论(0) 有872人浏览 2010-10-01 17:37

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics