Working with constructors
-
Outline: Classes, Working with objects, Attributes, methods, and access control, Constructors. Readings: Java how to program, chapter 3, 8. A Java program is a collection of objects. Each class is specified in one source file (file name is the same with class name), Every line of code you write in Java must be inside a class (not counting import directives), Increase modularity, Easier to modified code, shorter compile time.
13p googlebest 16-11-2010 122 8 Download
-
Làm việc với các nhà xây dựng Khi bạn sử dụng các từ khoá mới để tạo ra một đối tượng, thời gian chạy ngôn ngữ chung đã xây dựng mà đối tượng bằng cách sử dụng định nghĩa của lớp học. Thời gian chạy ngôn ngữ phổ biến có để lấy một mảnh của bộ nhớ từ hệ điều hành,
10p golly_tit 11-08-2010 67 2 Download