| Next | February 2001 | Slide #23 |
An object is a collection of encapsulated member data, usually an anoymous hash
Each object belongs to a class
An object is placed into a class using the bless function
A class in Perl is just a Perl package
We operate on objects using methods
A method is a function in an object's class
| Next | ![]() |
Copyright © 2001 M-J. Dominus |