📄 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 + -