誰能解釋這一點: public class Test : List<int>
{
public override string ToString()
{
return "My ToString";
}
}
如果我實例化這一點,並把它添加到ListBox控制在Windows Form,它會顯示「收費」,而不是「我的ToString 」。 Test t
作爲DB4o和Java的學習工具,我開始創建一個電話號碼簿。爲此,我創建一個TelephoneDirectory的實例,其中包含一年和條目的HashMap。 public class TelephoneDirectory {
private int year;
private HashMap<String, String> hashmap;
public Telep
/** File類*/ public class File {
// The File name.
private String name;
// The date file created.
private String date ;
// The type of file - audio, image, video, doc.