0
Please help me to write object oriented of this java code:
We have some teachers and every teacher have some students, all persons(teachers and students) have a code. Teachers(t1 100,t2 110, t3 120) Student of t1(s1 101, s2 102, s3 103) Student of t2(s1 111,s2 112) Student of t3(s1 121, s2 122, s3 123) How should I write this code by oop in java?
2 Answers
+ 1
What does the code you wrote so far look like?
+ 1
Do your homework kid and eat yo vegetables!