Struct ObjectClass

Inheritance Relationships

Base Type

Struct Documentation

struct ObjectClass : public Quack::Class

Public Functions

ObjectClass()
void add_base_methods()

Create the print and equality methods for a base Object.

bool is_user_class() const

Object class is a base class in Quack so this function always returns true since if it is a base class, it cannot be a user class.

Return
False always.