2009-11-22

OOP in C - Virtual Function

svn checkout http://gobject-learing.googlecode.com/svn/trunk/ gobject-learing-read-only 


為達到最佳效果,請使用以上指令下載範例碼並與以下投影片一起服用。

OO的Member Function 其實是可以使用Function Pointer及Structure來描述 (廢話)

struct A 
{
int a;
FP  method_a;
};


再加上一點技巧, 就可以完成Virtual Function的實作 :)
Enjoy It.





沒有留言:

張貼留言