LearnKey Learning System Java 2 Level 2 JAVA 教學 英文版
碟片編號:TIC0656
碟片數量:1片
銷售價格:80
瀏覽次數:34099
軟體簡介:
LearnKey Learning System Java 2 Level 2 JAVA 教學 英文版
內容
1.0 Arrays
1.1 What is an Array?
1.2 Creating Arrays
1.3 Arrays of Java Objects
1.4 Shorthand for Creating Arrays
1.5 Multi-Dimensional Arrays
1.6 Bounds Checked
1.7 Copying Arrays
2.0 Interfaces
2.1 Concept of Java Interfaces
2.2 Interface Reference Types
2.3 Casting Between Different Types of Object References
2.4 Extending Interfaces
3.0 Inheritance
3.1 Extending Classes
3.2 Virtual Methods
3.3 Constructors
3.4 Protection & Encapsulation
3.5 Abstract & Final Classes