Fxxking Coding
先從 C# 開始
2015年11月23日 星期一
Serializable 無法被繼承
using System;
[Serializable]
public class Pen
{
public double weight;
}
[Serializable]
public class Pencil : Pen
{
public string color;
public void Write() { }
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言