Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

student

----------------------------- name: string


- age: int
- course: string
---------------------------+ student (string n int a string course);
//setters/getters

*age >=0, if a negative value is passed, reset value to 0;


create 3 student objects, the 1st object should be you.
package your application using a JAR file w/ Manifest. file name should start w/
your lastname
\-labexer1
- src
- ph
- edu
-ust
-engg
- ics
- \domain
-Student.Java
- \ test
-TestStudent.Java
\classes

You might also like