Boa-Net / Tyrus

0 stars 0 forks source link

CatObj is backwards #1

Open malsobrook opened 2 months ago

malsobrook commented 2 months ago

The CatObj is actually a Tyrus Object.

I believe you would want the reverse. Create a Cat Object that when you create, you assign to a variable named Tyrus. This way you can have more cats, which are Cats, not Tyruses.

Boa-Net commented 2 months ago

This is true. I'll change it the class to name Cat, but I don't intend to be calling multiple cats in one run of this code. From what I've done so far, there's only one cat you take care of as the user, so I figured there'd be only one Cat Object. I'm mostly just using it as a way to access methods, and I don't really understand it yet.