How can we write S.O.P(super.x) which should only be possible if super was a reference variable?
Is super a reference variable?
If not, does it mean that we can access non static data members stored in objects without the following syntax "reference variable"."data member"
?
We can directly access super class variable.
For Example
Super class variable scope will based its access modifier