If we call “super()” without any superclass Actually, nothing will be displayed . Since the class named Object is the superclass of all classes in Java. If you call “super()” without any superclass, Internally, the default constructor of the Object class will be invoked (which displays nothing).2 Tem 2019
What happens when you don’t use super () constructor?
If we call “super()” without any superclass Actually, nothing will be displayed . Since the class named Object is the superclass of all classes in Java. If you call “super()” without any superclass, Internally, the default constructor of the Object class will be invoked (which displays nothing).2 Tem 2019
Leave a Reply
What happens when you don’t use super () constructor?
If we call “super()” without any superclass Actually, nothing will be displayed . Since the class named Object is the superclass of all classes in Java. If you call “super()” without any superclass, Internally, the default constructor of the Object class will be invoked (which displays nothing).2 Tem 2019