00:01
So, first of all we will create a class, create a class and we will call it student and it will hold information about, info about one student, info about one student including the student's name.
00:27
The class must have methods to set each instance variable, so there should be methods to set each instance variable, variable and methods to get, and methods to get each instance variable.
00:54
First is to set the instance variable and to get the instance variable, instance variable.
01:04
Now the next step is to create a class, create a class named sitting chart, sitting chart and create a multi -dimensional array, multi -dimensional array of student objects as an instance, of student objects as an instance, as an instance member.
01:40
The array of student objects should be able to handle a class of size 20, of size 20.
01:51
Next is to include an add student, add student function that has parameters for a student name, target and column to add, column to add one student to the sitting chart...