0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

オーバーロード

Last updated at Posted at 2019-12-05

初学者ですが、個人的な勉強のためまとめました

##オーバーロード

・オーバーロードは「メソッドの多重継承」とも呼ばれ、同名のメソッドを複数宣言できる機能のこと
名前が同じかつ引数(引数の数、型、順番)が異ならないと使えない
・JVMは、実行するメソッドをを読み込むとき、メソッドだけで判断するのではなく、**シグニチャ(メソッド名と引数のセット)**で見分けるので、同名のメソッドを複数宣言できる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?