中国大学MOOC: 将数据与操作打包成一个单位,这种OOP的特性称为封装。Packaging data and operations into a single unit is a feature of OOP called encapsulation.
对
举一反三
- 将数据与操作打包成一个单位,这种OOP的特性称为封装。Packaging data and operations into a single unit is a feature of OOP called encapsulation.
- 将数据与操作打包成一个单位,这种OOP的特性称为封装。Packaging data and operations into a single unit is a feature of OOP called encapsulation. A: 正确 B: 错误
- 将数据与操作打包成一个单位,这种OOP的特性称为封装。
- 将数据与操作打包成一个单位,这种OOP的特性称为封装。 A: 正确 B: 错误
- 允许基于已有类来创建新类的OOP特性称为继承。The OOP feature that allows new classes to be created based on existing classes is called inheritance.
内容
- 0
Which of these is not a fundamental features of OOP A: Encapsulation B: Inheritance C: Instantiation D: Polymorphism
- 1
C#语言的核心是面向对象编程(OOP),所有OOP语言都应至少具有三个特性( ) A: 封装、继承和多态 B: 类、对象和方法 C: 封装、继承和派生 D: 封装、继承和接口
- 2
中国大学MOOC:面向对象的英文缩写是OOP。
- 3
中国大学MOOC: 下列选项中【 】不是OOP的基本特征。
- 4
下面的哪些特性是面向对象程序设计(OOP)的主要特性? A: 封装性 B: 继承性 C: 多态性 D: 可移植性