2000 character limit reached
Towards Interactive Object-Oriented Programming (1301.6836v1)
Published 29 Jan 2013 in cs.PL
Abstract: To represent interactive objects, we propose a choice-disjunctive declaration statement of the form S R where S;R are the (procedure or field) declaration statements within a class. This statement has the following semantics: request the user to choose one between S and R when an object of this class is created. This statement is useful for representing interactive objects that require interactions with the user.