JAVA与面向对象程序设计(影印版)
¥39.50定价
作者: [美]Paul S. Wang
出版时间:2004-08-13
出版社:高等教育出版社
- 高等教育出版社
- 9787040155419
- 1
- 122517
- 44211892-3
- 平装
- 异16开
- 2004-08-13
- 710
- 596
- 工学
- 软件工程
- TP312JA
- 计算机科学与技术
- 本科
目录
- Introduction
- CHAPTER 1 Classes and Objects
- 1.1 Java Program Structure
- 1.2 A First Program
- 1.3 Defining Methods
- 1.4 Data Types and Variable Declarations
- 1.5 Data Abstraction and Encapsulation
- 1.6 Classes and Objects
- 1.7 String Basics
- 1.8 Arrays
- 1.9 Method Invocation and Argument Passing
- 1.10 Standard I/O
- 1.11 Command-line Arguments and main
- 1.12 Problem Solving with O