Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3812608

Browse files
committed
Update readme to format interface methods for student management
1 parent 326731c commit 3812608

File tree

1 file changed

+9
-8
lines changed
  • Computer-science-Java/Buoi09/.metadata

1 file changed

+9
-8
lines changed

‎Computer-science-Java/Buoi09/.metadata/readme.md‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ Tạo lớp **StudentBA** kế thừa lớp trừu tượng **Student**.<br>Bao
7373
Tiếp nối ví dụ 2.
7474

7575
Tạo interface **IManager** gồm các phương thức:
76-
- void **addStudent(Student student)**: Thêm một học sinh vào danh sách.
77-
- void **editStudent(String masv, Student student)**: Sửa thông tin của một học sinh.
78-
- void **removeStudent(String masv)**: Xóa một học sinh dựa trên mã sinh viên
79-
- Student **findStudent(String masv)**: Tìm kế học sinh theo masv
80-
- void **sortByAge()**: Sắp xếp danh sách sinh viên không giảm theo tuổi
81-
- void **sortByScore()**: Sắp xếp danh sách sinh viên không giảm theo điểm trung bình.
82-
- ArrayList\<Student> **findStudent(int age)**: Tìm kế học sinh theo age
83-
- void **displayAllStudents()**: Hiển thị thông tin của tất cả học sinh trong danh sách.
76+
77+
- void **addStudent(Student student)**: Thêm một học sinh vào danh sách.
78+
- void **editStudent(String masv, Student student)**: Sửa thông tin của một học sinh.
79+
- void **removeStudent(String masv)**: Xóa một học sinh dựa trên mã sinh viên
80+
- Student **findStudent(String masv)**: Tìm kế học sinh theo masv
81+
- void **sortByAge()**: Sắp xếp danh sách sinh viên không giảm theo tuổi
82+
- void **sortByScore()**: Sắp xếp danh sách sinh viên không giảm theo điểm trung bình.
83+
- ArrayList\<Student> **findStudent(int age)**: Tìm kế học sinh theo age
84+
- void **displayAllStudents()**: Hiển thị thông tin của tất cả học sinh trong danh sách.
8485

8586
### Ví dụ 4
8687

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /