计算机外文翻译87
《计算机外文翻译87》由会员分享,可在线阅读,更多相关《计算机外文翻译87(23页珍藏版)》请在毕设资料网上搜索。
1、外文原文 Working with Objects Lets start todays lesson with an obvious statement: because Java is an object-oriented language, youre going to be dealing with a lot of objects. Youll create them, modify them, move them around, change their variables, call their methods, combine them with other objectsand
2、, of course, develop classes and use your own objects in the mix. Today, therefore, youll learn all about the Java object in its natural habitat. Todays topics include: Creating instances of classes Testing and modifying class and instance variables in your new instance Calling methods in that objec
3、t Casting (converting) objects and other data types from one class to another Other odds and ends about working with objects An overview of the Java class libraries Creating New Objects When you write a Java program, you define a set of classes. As you learned on Day 2, classes are templates for obj
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译 87
