Intro to Objects Classes, Instances & Methods

10/4/00

Click here to start

Table of Contents

Intro to Objects Classes, Instances & Methods

CLASSES 

Example Class: Vector

Methods must be defined

Defined methods can be used

Print Method for Vector

Def of simple matrix class

What a matrix looks like

constructor & print methods

The indexing method

An ‘=‘ operator for matrices 

A ‘+’ operator for matrix

Author: roger riggs 

Email: riggs@cis.famu.edu

Home Page: http://www.cis.famu.edu/~riggs/riggs.html

Other information:
Data Structures Dr. Riggs