?? inherit.idl
字號:
// inherit.idl,v 1.2 1998/05/13 14:27:32 levine Exp
interface one {
void op_one();
};
interface two : one {
void op_two();
};
interface three : one {
void op_three();
};
interface four : two, three {
void op_four();
};
interface five : four, three, two {
void op_five();
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -