public class Student
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
private int |
score |
| Constructor and Description |
|---|
Student(java.lang.String name,
int score) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScore() |
void |
setScore(int score) |
java.lang.String |
toString() |