Save
High School
AP CS A
Chapter 8
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Nicholas Wang
Visit profile
Cards (4)
client program
A program that uses objects.
class
A program entity that represents either: A program / module, or A template for a new type of objects.
object
An entity that combines state and behavior.
object-oriented programming
(
OOP
)
Programs that perform their behavior as interactions between objects.