求助!个人作业,不知道怎么弄,求各位强人帮忙!

ak47cdvip 2011-03-26 02:37:44
PROJECT OVERVIEW

Object-oriented programming takes the view that what we really care about are the objects than the logic. Examples of objects range from human beings (described by name, address, and so forth) to buildings and floors (whose properties can be described and managed) down to the little items in your life (such as pencil and eye-glass).
The first step in Object Oriented Programming is to identify all the objects you want to manipulate and how they relate to each other, an exercise often known as data modeling. Once you've identified an object, you generalize it as a class of objects and define the kind of data it contains and any logic sequences that can manipulate it. Each distinct logic sequence is known as a method. A real instance of a class is called an "object" or, an "instance of a class".
Based on this situation you are required to design a class which represents an object in the real world. The class must fulfill all the criteria listed below:

1. At least two instance variables that specify the attributes of the object
2. Two constructors that initialize instance variables of class.
3. Provide list of set & get methods for all the attributes.
4. Provide at least three overloaded method
5. Provide at least two subclasses which represent sub categories of the object.
6. You need to override minimum one method in each subclass.
7. You should create at least 2 objects of each class and call all the methods available for that object.
8. There will be additional 2 marks for implementing interface by any of classes (interface should contains at least 3 methods)
9. Write your classes in separate files.
10. You should draw a class diagram for this assignment. (In a class diagram we can show the member variables, and methods of a class. We can also show whether one class inherits from another). Figure 1 shows an example of class diagram.
11. Don’t forget to include screenshot to your report
12. Any project which is found to be the same as another will be penalized. If someone cheats by using your work, you will be penalized.





Figure 1




OBJECTIVE

• The objective of this Individual Assignment is for students to showcase their skill in Object Oriented Programming features.



DEADLINE

• Before the end of Week 7
• Submit during the Lab OR Lecture ONLY.

SUBMISSION INFORMATION

• Submit hardcopy personally to the unit controller of Java Programming II.
• Hardcopy must have the Limkokwing University of Creative Technology cover page with your names, ID, course name, semester, coursework title and lecturer name correctly printed, attached in front of the source codes and stapled together or bind together.
• Print out the source code by using COURIER NEW font style and size of 9 by using Microsoft Word. Include PAGE NUMBER on the bottom right.
• Student who submits this piece of Assignment 1 later than the deadline date stated above will have his/her marks deducted accordingly as stated in the course outline.

WORK ALLOCATION

• This project should be carried out individually only.





ASSIGNMENT SECURITY

• Backup copy: You are required to keep a backup copy of everything related to this coursework in case you need to refer to it in the future.


RULES AND REGULATIONS

• You are to complete this assignment individually.
• You are NOT allowed to work with any other students, individual or do your work based on another program that is available from the Internet, or any other source.
• If there is too much collaboration from your common discussion by looking at the solutions, in such instances of academic dishonesty may result in you getting zero marks for this piece of assignment.
• If someone cheats by using your work, you will be penalized.
...全文
482 31 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
31 条回复
切换为时间正序
请发表友善的回复…
发表回复
ak47cdvip 2011-04-01
  • 打赏
  • 举报
回复
多谢各位大哥!
snaillxc 2011-03-30
  • 打赏
  • 举报
回复
牛逼啊。。国外留学啊。。8楼已经给出了答案。。
duobiao 2011-03-30
  • 打赏
  • 举报
回复
晕,我不支持作业也上来问
ak47cdvip 2011-03-29
  • 打赏
  • 举报
回复
[Quote=引用 25 楼 shuqiang0625 的回复:]
楼主慢慢来,刚看了一下,很基础的东西,编程思想很重要的喔。
• If someone cheats by using your work, you will be penalized.
看到最后一句,蛋疼的喔。
如果你要别人帮你完成作业的话,你会受到处罚喔。
不是楼主你做的,老师应该很容易就检查出来滴。
楼主給点力吧。
[/Quote]
可小弟我真的不会啊 没事 外国老师不管那么多 谢谢帮顶
moasoo 2011-03-29
  • 打赏
  • 举报
回复
作业也上来求助啊。
代码 2011-03-29
  • 打赏
  • 举报
回复

楼主慢慢来,刚看了一下,很基础的东西,编程思想很重要的喔。
• If someone cheats by using your work, you will be penalized.
看到最后一句,蛋疼的喔。
如果你要别人帮你完成作业的话,你会受到处罚喔。
不是楼主你做的,老师应该很容易就检查出来滴。
楼主給点力吧。
ljj778899 2011-03-29
  • 打赏
  • 举报
回复
要你独立完成,你要诚信哦
嘿嘿
ak47cdvip 2011-03-29
  • 打赏
  • 举报
回复
[Quote=引用 15 楼 coldanimal 的回复:]
引用 7 楼 followme_1987 的回复:

第一个java文件,用于测试的
Java code
/**
* This is the main class for testing! I create two objects of each class. these
* objects call all the methods available for that object.……
[/Quote]
我是逼不得已 真不会啊 兄弟
ak47cdvip 2011-03-29
  • 打赏
  • 举报
回复
[Quote=引用 20 楼 followme_1987 的回复:]
引用 19 楼 ak47cdvip 的回复:

真的一点不会,英语又不好,我真的是一点办法也没有 希望各路强人给予帮助!!!

你是在国外上学么?国内不像有这种题
[/Quote]
大哥 看你貌似挺强的 能不能 教教我 留个E mail什么的给我吧。。。
ak47cdvip 2011-03-29
  • 打赏
  • 举报
回复
[Quote=引用 20 楼 followme_1987 的回复:]
引用 19 楼 ak47cdvip 的回复:

真的一点不会,英语又不好,我真的是一点办法也没有 希望各路强人给予帮助!!!

你是在国外上学么?国内不像有这种题
[/Quote]
嗯 是啊 一下整个英文作业 我都不懂。。。
Ganymede 2011-03-28
  • 打赏
  • 举报
回复
[Quote=引用 19 楼 ak47cdvip 的回复:]

真的一点不会,英语又不好,我真的是一点办法也没有 希望各路强人给予帮助!!!
[/Quote]
你是在国外上学么?国内不像有这种题
ak47cdvip 2011-03-28
  • 打赏
  • 举报
回复
真的一点不会,英语又不好,我真的是一点办法也没有 希望各路强人给予帮助!!!
ak47cdvip 2011-03-28
  • 打赏
  • 举报
回复
太感谢各位了!
zn85600301 2011-03-28
  • 打赏
  • 举报
回复
还是自己安心 慢慢翻译 慢慢做吧~~
SENSSSZ 2011-03-28
  • 打赏
  • 举报
回复
你居然还敢跑来问啊……话说回来这题目又罗嗦又没有什么技术含量也真是……
一头头 2011-03-28
  • 打赏
  • 举报
回复
[Quote=引用 7 楼 followme_1987 的回复:]

第一个java文件,用于测试的
Java code
/**
* This is the main class for testing! I create two objects of each class. these
* objects call all the methods available for that object.
*
*/
public class MainTe……
[/Quote]


还真有人肯帮做作业的。。。。哥哥也帮帮我写写论文吧。。。。
一夜相思愁 2011-03-27
  • 打赏
  • 举报
回复
先把题目都翻译过来吧

然后看中文做题目,挺简单的。
bule951 2011-03-27
  • 打赏
  • 举报
回复
1. At least two instance variables that specify the attributes of the object
至少有2个指定对象属性的实例变量
2. Two constructors that initialize instance variables of class.
写2个初始化对象的构造函数

象考试题,不象面试题,简单。
Darling_sheep 2011-03-26
  • 打赏
  • 举报
回复
楼主,这题50%是靠你的英文水平,50%是考你的Java水平,挺简单的,你还是自己动手练练吧,顺便还能提高你的英文阅读能力,搞软件必须要求有很强的英文阅读能力,如果你想往高层次发展的话。
yaganblw 2011-03-26
  • 打赏
  • 举报
回复
[Quote=引用 10 楼 beefcattlexiaoyang 的回复:]
英文的呀,先翻译过来再说吧!
[/Quote]
hehehehe
加载更多回复(10)

62,635

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧