CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

A First Simple Program

  • open project franca.prj and run c_sal.cpp
  • what is the purpose of each statement?
  • operating the program

Sending messages.

syntax:
<object name>.<message name> ( <argument list>);
  • Use only messages designed for that class
  • names follow the general rules for identifiers.

athlete objects:

arguments

Bugs?

If the computer is not doing the right thing,
is because you told it to do the wrong thing.
One more comment: