首页 > 编程语言 > 详细

Java 学习 类和对象

时间:2017-09-09 17:51:09      阅读:268      评论:0      收藏:0      [点我收藏+]

课程目的:

With the knowledge you now have of the basics of the Java programming language, you can learn to write your own classes. In this lesson, you will find information about defining your own classes, including declaring member variables, methods, and constructors.

You will learn to use your classes to create objects, and how to use the objects you create.

This lesson also covers nesting classes within other classes, and enumerations。

1、构建自己的类,包括变量申明、方法以及构造器;

2、学会创建对象,并且使用对象;

3、涉及到Nesting class 和 enumerations.

Java 学习 类和对象

原文:http://www.cnblogs.com/clebean/p/7498643.html

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