Object-Oriented Programming
This video presents the same text shown beside it, spoken and on screen. It adds nothing the text does not say.
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.