Answers for "difference between this and super"

0

difference between this and super

this() is used to access one constructor from another with in the 
same class 
while super() is used to
access superclass constructor. Either this() or super() exists it must 
be the first statement in the
constructor.
Posted by: Guest on November-30-2020

Code answers related to "difference between this and super"

Python Answers by Framework

Browse Popular Code Answers by Language