Date of Award
5-2004
Document Type
Dissertation
Degree Name
Doctor of Philosophy (PhD)
Department
Computer Engineering and Sciences
First Advisor
Ryan Stansifer
Second Advisor
Phil Bernhard
Third Advisor
Pat Bond
Fourth Advisor
Dennis E. Jackson
Abstract
Modern object-oriented languages like Java and C# do not support parametric polymorphism and do not have a traditional module system to allow the development of large systems. They overload the class mechanism with several tasks and they use packages and namespaces to organize clusters of classes providing weak control for accessing members. Other languages that support generic programming and objects do not have a simple object model to support object-oriented features. In this thesis the language MOOL is presented. MOOL is a class-based object-oriented language that supports modular programming and genericity. The main goal in the design of MOOL was simplicity rather than efficiency. MOOL contains separated mechanisms for different concepts like classes and modules, which are unified in other languages. MOOL is not a pure object-oriented language where everything is an object. Non-object features like functions and modules are part of the language to enhance expressivity, to structure programs and to support code reuse.
Recommended Citation
Estrada, María Lucía Barrón, "MOOL: an Object-Oriented Programming Language with Generics and Modules." (2004). Theses and Dissertations. 677.
https://repository.fit.edu/etd/677
Comments
Copyright held by author