首页 > 其他 > 详细

Chapter 4 Objects and Classes

时间:2014-09-22 15:04:03      阅读:157      评论:0      收藏:0      [点我收藏+]

1. Introduction to Object-Oriented Programming(面向对象编程)

2. using Predefined Classes

3. Defined Your Own Classes

4. Static Fileds and Methods

5. Method Parameters

6. Objects Construction

7. Packages

8. The Class Path

9. Documentation Comments

10. Class Design  Hints

 

1. Introduction to Object-Oriented Programming

  Object-oriented programming, or OOP for short, is the dominant(占主导位置的) programming paradigm these days.

  An object-oriented program is made of objects. Each object has a specific functionality, exposed to its users, and a hidden implementation. Many

objects in your programs will be taken “off-the-shelf”(下架) from a library; others will be custom-designed. Whether you build an object or buy it might

depend on your budget or on time. But, basically, as long as an object satisfies your specifications, you don’t care how the functionality is

implemented.

  1.1 Classes

Chapter 4 Objects and Classes

原文:http://www.cnblogs.com/iMirror/p/3985943.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!