Please enable JavaScript.
Coggle requires JavaScript to display documents.
ΑΣΚ_1 - Coggle Diagram
ΑΣΚ_1
CLASS TEACHER
constructor
name
class
floor
taji
out or not inside class
print("a teacher has create")
destructor
print("a teacher to be destroyed")
print(name , class , out or not inside school)
CLASS SCHOOL
destructor
destroy all capacity
print (all destroy capacity)
print("A school has destroyed")
constructor
print("A new school has been create")
capacity
class
stairs
floor
corridor
yard
print( all capacity)
CLASS STUDENT
constructor
name
class
orofos
taji
location
print("A student has create")
destructor
print("a student has create")
print(name , class, out or not inside school)