Login
Signup
Questionsforum
Home
Markers
JAVA
CORE JAVA
What is super and this in java?
What is super and this in java?
On 2014-06-13 07:07:09.0
brajeshkumar
Both
super
and
this
are the referencing pointer to the super class and current class object.
Scope of
this
is restricted to the current class where for
super
scope is restricted to the immediate super class.
Both cannot be stored in any other reference variable.
this
are used in the constructor chaining.
On 2014-06-13 11:00:26.0
sushant
copyright@questionsforum.net