找回密码
 注册

QQ登录

快捷登录

新浪微博登陆

搜索
CDD 法语助手
楼主: 大将军猴子

水区抢楼活动(结束)圣诞福袜勋章一个免费试吃名额等

13190
回复
190420
查看
  [ 复制链接 ]

新浪微博达人勋

袜子
2010-12-23 22:31:03

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:08

使用道具 举报

新浪微博达人勋

public class OODemo20
{
        // 不使用main方法也能够打印出“Hello World!!!”,该怎么做?
        public static void main(String args[])
        {
                System.out.println("Hello World!!!") ;
        }
};
2010-12-23 22:31:12

使用道具 举报

新浪微博达人勋

(rf12rf)
2010-12-23 22:31:15

使用道具 举报

新浪微博达人勋

福袜
2010-12-23 22:31:18

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:19

使用道具 举报

新浪微博达人勋

好快。。。
2010-12-23 22:31:21

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:22

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:26

使用道具 举报

新浪微博达人勋

(rf13rf)
2010-12-23 22:31:27

使用道具 举报

新浪微博达人勋

袜子
2010-12-23 22:31:33

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:33

使用道具 举报

新浪微博达人勋

dddddddddddddddddddddd
2010-12-23 22:31:37

使用道具 举报

新浪微博达人勋

class Person
{
        private String name ;
        private int age ;
        public void setName(String name)
        {
                this.name = name ;
        }
        public void setAge(int age)
        {
                this.age = age ;
        }
        public String getName()
        {
                return this.name ;
        }
        public int getAge()
        {
                return this.age ;
        }
        public String say()
        {
                return "姓名:"+this.name+",年龄:"+this.age ;
        }
};

class Student
{
        private String name ;
        private int age ;
        private String school ;
        public void setName(String name)
        {
                this.name = name ;
        }
        public void setAge(int age)
        {
                this.age = age ;
        }
        public void setSchool(String school)
        {
                this.school = school ;
        }
        public String getName()
        {
                return this.name ;
        }
        public int getAge()
        {
                return this.age ;
        }
        public int getSchool()
        {
                return this.school ;
        }
        public String say()
        {
                return "姓名:"+this.name+",年龄:"+this.age+",学校:"+this.school ;
        }
};
2010-12-23 22:31:37

使用道具 举报

新浪微博达人勋

2010-12-23 22:31:38

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

返回顶部