《Objects First With Java》是2004年Prentice Hall出版的圖書,作者是David Barnes、Michael Kolling。
基本介紹
- 中文名:Objects First With Java
- 作者:David Barnes、Michael Kolling
- 出版社:Prentice Hall
- ISBN:9780131249332
《Objects First With Java》是2004年Prentice Hall出版的圖書,作者是David Barnes、Michael Kolling。
Objects and Object Variables The GregorianCalendar Class of the Java Library Mutator and Accessor Methods Defining Your Own Classes An Employee Class Use of Multiple Source Files Dissecting the Employee Class First Steps with ...
Chapter 8 Classes and Objects: A Deeper Look 259 8.1 Introduction 260 8.2 Time Class Case Study 260 8.3 Controlling Access to Members 263 8.4 Referring to the Current Object’s Members with the this Reference ...
3.2.6 Software Engineering with private Instance Variables and public set and get Methods 3.3 Primitive Types vs. Reference Types 3.4 Account Class: Initializing Objects with Constructors 3.4.1 Declaring an Account ...
2 A Trip to Objectville:yes,there will be objects 3 Know Your Variables:primitives and references 4 How Objects Behave:OBJECT STATE AFFECTS METHOD BEHAVIOR 5 Extra-Strength Methods:flow control,operations,and more 6 ...
Part 1 Programming with Objects and Classes 1 Introduction 2 Programming Fundamentals 3 Adding Structure 4 Introducing Containers 5 Drawing Pictures 6 Classes and Objects 7 Class Relationships 8 Exceptions 9 Introducing Concurrency...