返回卡包市场

2.?.? (Object Oriented Programming)

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 10内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (10 张)

#1
正面 (问题)

What is an object?

背面 (解答)

• A repeatable piece of code with attributes and methods

#2
正面 (问题)

What is a class

背面 (解答)

• A template used to create objects

#3
正面 (问题)

What is an instance?

背面 (解答)

• An object created from a class

#4
正面 (问题)

Why use objects?

背面 (解答)

• Different team members can work on different areas • Create multiple instances of the same class

#5
正面 (问题)

What is an attribute?

背面 (解答)

• A value belonging to an instance

#6
正面 (问题)

What is a method?

背面 (解答)

• A subroutine belonging to an instance

#7
正面 (问题)

What is inheritance?

背面 (解答)

• One class taking attributes and methods from another

#8
正面 (问题)

What is a superclass?

背面 (解答)

• A class that is inherited by another

#9
正面 (问题)

What is a subclass?

背面 (解答)

• A class that inherits from another

#10
正面 (问题)

背面 (解答)