Writing OOP code with classes requires planning. Let's take a look at how a developer would plan their code in the following situation.
Suppose we wanted to model students in the following code.
Make sure to pick class followed by Student and then {, }.