Content deleted Content added
removed duplicate reference by using a label |
|||
Line 63:
Like other [[object-oriented programming|object oriented programming languages]] ROOM uses the concept of [[class (computer programming)|classes]].
Actors are classes which can be instantiated as [[object-oriented programming|objects]] several times in the system.
Of course each instance of an actor class
Similar to other modern programming languages ROOM allows [[inheritance (object-oriented programming)|inheritance]] of actor classes.
|