Are object storage objects technically object oriented class instances?

Viewed 28

While every guide describes object storage objects as data with metaproperties, can they also be referred to as objects (i.e. class instantiation) in a OOP technical sense, of how they are implemented?

How are they actually programmed?

1 Answers
Related