java 中的参数化构造函数是否必须有主体?
Is It neccessary for a parameterized Constructor in java to have a body?
我想知道是否可以在参数化构造函数中不定义主体。
下面是我的构造函数
public AutomationTest(RestTemplate restTemplate)
{
}
是的,很好。不用担心。
我想知道是否可以在参数化构造函数中不定义主体。
下面是我的构造函数
public AutomationTest(RestTemplate restTemplate)
{
}
是的,很好。不用担心。