QUESTION IMAGE
Question
vocabulary
word definition example/image/
class a ------- or set of instructions for creating something that can do specific tasks
object something that has:
- ------- (what it knows)
- ------- (what it can do)
method an ---------- that an object can do.
pseudocode a way to plan out code using ---------- and simple steps before writing ----------.
question of the day
In programming, a class is a blueprint or set of instructions for creating objects that can perform specific tasks. An object has attributes (what it knows) and methods (what it can do). A method is an action that an object can perform. Pseudocode is a way to plan out code using natural - language statements and simple steps before writing actual code.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
class: blueprint
object: attributes, methods
method: action
Pseudocode: natural - language statements, actual code