码迷,mamicode.com
首页 > 编程语言 > 详细

Java 学习 类和对象

时间:2017-09-09 18:08:12      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:nes   variables   about   构造器   变量   can   ble   sse   out   

课程目的:

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 学习 类和对象

标签:nes   variables   about   构造器   变量   can   ble   sse   out   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!