Computer Science / CS 0188 · Atom · ~20 seconds
Object-Oriented Programming
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
Object-oriented programming organizes code into objects, each holding both data and procedures — a sub-type of procedural programming, built to help programmers organize at scale.
Show
A game's robot object carries its name and age beside the actions greeting and responding.
Watch for
The nesting continues: object-oriented is procedural is imperative.