Intro to Programming -- Wednesday of 1st Week

What is programming?

What is a program?

 

Rhetorical Styles:

Language:

Development Environment:


 

What is a program?

  In OOP, a running program is a collection of objects that work together to perform a task.

Object = State + Operations

  State:

  Operations:

 

What is a Class?