Real-Time Object-Oriented Modeling: Difference between revisions

Content deleted Content added
Hrrpro (talk | contribs)
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 is intracks its own state and can communicate with other instances of the same (and other) classes.
 
Similar to other modern programming languages ROOM allows [[inheritance (object-oriented programming)|inheritance]] of actor classes.