Java programming

can any one help me to write this program?

Write two classes named Person and student. Class Student is a subclass of class person. The subclass is to have at least 3 constructors which can be called during the creation of student object. The subclass student has a default constructor, a constructor with one string argument, and another constructor with a string argument giving the student's name and an integer argument giving an ID number.

[458 byte] By [ain_71a] at [2007-10-3 2:48:51]
# 1
> can any one help me to write this program?Nobody should care to do your homework for you, oh lazy one.
warnerjaa at 2007-7-14 20:37:37 > top of Java-index,Java Essentials,Java Programming...
# 2
What have you done?Post your code and ask specific question(s) about what you don't understand or need explanations of the errors you are getting.
floundera at 2007-7-14 20:37:37 > top of Java-index,Java Essentials,Java Programming...
# 3
if that is your assignment, just start typing - all the info is there.
Michael_Dunna at 2007-7-14 20:37:37 > top of Java-index,Java Essentials,Java Programming...
# 4

> can any one help me to write this program?

Funny :D

I think you should do it for your own good.

In the company I'm working, there are several persons keep calling themselves 'programmer' or 'senior analyst' but don't know xxxx about coding. They rarely complete assignments themselves, but keep copying other colleagues' coding and assume credit over it :(

:D

TikkyChaia at 2007-7-14 20:37:37 > top of Java-index,Java Essentials,Java Programming...