Answers

Question and Answer:

  Home  Java

⟩ How are this() and super() used with constructors in Java Programming?

this() is used to invoke a constructor of the same class. super() is used to invoke a superclass constructor in Java Programming.

 188 views

More Questions for you: