struct Widget { ... }; struct Button:Widget { ... }; struct Slider:Widget { ... }; An array of pointers to Widgets can be created:
確定! 回上一頁