An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
Generalized Message Passing in a Virtual Reality Application
Published
Author(s)
David W. Flater
Abstract
The message passing semantics of an object-oriented programming language is one of the factors that determines how powerful the language is. Whether it is referred to as a method invocation, a dispatching call, an event, a signal, or something else, each object-oriented programming language supports some operation that is similar in effect to message passing. What differs from language to language is the semantics of that message point. These semantics largely determine the degree to which an object-oriented language supports polymorphism, overloading, type checking, and abstraction. Although it is theoretically possible to implement any given application in any computationally complete language, the flexibility of the language that is used will, in practice, have a great influence over the shape of the final product. Those features that are extremely difficult to implement in the language being used are less likely to be implemented. If the project is one where the choice of programming language is not as important as the quality of the final product, such as in a research environment, then it is wise to investigate the alternatives. Virtual reality is one research application that can easily be hampered by the limitations inherent in a programming language. We define the concepts of recipient resolution and action resolution, discuss their application to virtual reality, and suggest an approach for extending Objective C to support them.
Flater, D.
(1997),
Generalized Message Passing in a Virtual Reality Application, Journal Of Object-Oriented Programming, [online], https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=821130
(Accessed December 9, 2024)