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

后端 未结 0 672
滥情空心
滥情空心 2021-02-14 06:57

In the code below.


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


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