继承概述

继承(派生)方式 关键字 示例
共有继承(派生) public class A:public B
私有继承(派生) private class A:private B
保护继承(派生) protected class A:protected B

results matching ""

    No results matching ""