In an instance method (or constructor) of student class, what is super?
a) It refers to the current object
b) It refers to the parent class object
c) It refers to the subclass object
d) It refers to the static class object