继承 Inheritance
分类:计算机
编辑:尚延伟
日期:2024/04/02
1 英文翻译
继承:英文原文 Inheritance
2 Inheritance的含义
Inheritance is an important pillar of OOP(Object-Oriented Programming). The capability of a class to derive properties and characteristics from another class is called Inheritance. When we write a class, we inherit properties from other classes. So when we create a class, we do not need to write all the properties and functions again and again, as these can be inherited from another class that possesses it. Inheritance allows the user to reuse the code whenever possible and reduce its redundancy.
最新添加
- 拓扑图英文topology,明明是结构图、构造图的意思,为什么要故弄玄虚音译成拓扑图啊?
- 聚类 Cluster
- 二值化 Binarization
- 回车 Enter
- 人工智能 Artificial intelligence
- 数据帧 Data frame
- 报文 Message
- 数据包 Packet
- 缺陷、漏洞 bug
- 调试 Debug
- 脱机 Offline
- 宏 Macro
- 泛型编程 Generic Programming
- 菜单(计算机) Menu
- 栈 Stack
- 池化 Pooling
- 句柄 Handle
- 缺省 Default
- 物联网 Internet of Things (缩写 IoT)
- 正则表达式 Regular Expression
写评论