Writing Objects to File

# Introduction In this challenge, we will focus on persisting object data to a file. The task is to write two classes, `Student` and `OutputObject`, where `Student` class is used to create objects and the `OutputObject` class creates two `Student` objects and writes them to a file named `Object.txt` in a specific format.

|60 : 00

Click the virtual machine below to start practicing