DEV Community

Discussion on: Object Oriented Programming : for self taught developers.

Collapse
 
techhorizon profile image
Tech-Horizon

Would also like to get the corresponding pseudo code of the 6 points below, say in c# that will help to relate it more precisely.
Start the control program.
Instantiate the collection of students in the classroom.
Tell the collection to have the students go to their next class.
The collection tells each student to go to their next class.
Each student:
Finds where his next class is
Determines how to get there
Goes there
Done.

Collapse
 
midasxiv profile image
Midas/XIV

Will do later today. (it's a rainy morning in the UAE 😁).