Objects
- They're PMCs — inherit from
ParrotObject
PMC
- A little more verbose than Perl 5, a lot more than Perl 6
- Classes have attributes
- Objects store instance data in attributes
- Objects are opaque, so you cannot access them directly
- Every class has an array of attributes; important to remember!