Why order of parameters considered part of method signature in Java?

前端 未结 0 1633
情歌与酒
情歌与酒 2021-02-14 07:11

In the code below.


public class Person {
    
    public void walk(String alpha, int beta) {
    
    }
    
    public          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题