Obtaining Class Objects of Different Classes

# Introduction In this challenge, we will obtain the `Class` class objects of different classes using various methods. By using `object.getClass()`, `ClassName.class`, and `Class.forName()`, we can retrieve the class information and print it accordingly. The challenge requires us to obtain and output the class information of the `Student`, `Teacher`, and `Person` classes, including their parent class information.

|60 : 00

Click the virtual machine below to start practicing