Answers

Question and Answer:

  Home  J2SE

⟩ What is overloading?

Using one identifier to refer to multiple items in the same scope. In the Java programming language, you can overload methods but not variables or operators.

 136 views

More Questions for you: