Which of the following are true regarding super keyword? i. Any level can be accessed using super keyword. ii. In the constructor, if super() method is used, it should be the first code. iii. Super is the keyword which is used to access method or member variables from the superclass. iv. Super is the keyword which is used to access method or member variables from the subclass.
Reveal answer
Fill a bubble to check yourself