我是 android 应用程序开发的新手,现在我遇到了重载类的问题。
我想重载整数、字符串、图像和布尔值。我知道如何重载 int 和 String 但如何重载 Image img?
public class Test(int n, String[] TestString, Image img <---- how to do it ?, boolean inTest)
{
}
我是 android 应用程序开发的新手,现在我遇到了重载类的问题。
我想重载整数、字符串、图像和布尔值。我知道如何重载 int 和 String 但如何重载 Image img?
public class Test(int n, String[] TestString, Image img <---- how to do it ?, boolean inTest)
{
}