云大JAVA实验8Lab#8[陆歌浩].docVIP

  • 12
  • 0
  • 约 2页
  • 2017-05-08 发布于四川
  • 举报
云大JAVA实验8Lab#8[陆歌浩]

云南大学软件学院 实验报告 :20101120007 序号: 12 姓名: 孙金文 成绩: 实验8 接口 一、实验目的 练习Java中接口概念的应用。 二、实验内容 Program 1 Create an interface called Playing. The interface has an abstract method called play(). Create classes called Child, Musician and Actor that implement Playing. Create a program that demonstrates the use of the classes. Playing.java Child.java Musician.java Actor.java UsePlaying.java Sample Output: I am a child and I am playing a game I am a musician and I am playing a song I am an actor and I am playing a part 实验代码: package edu.ynu.lab8; import javax.swing.JOptionPane; in

文档评论(0)

1亿VIP精品文档

相关文档