CS 698 Y/Z: Topics in Object Oriented Language Implementation
Lecture Slides & Notes:
(
with acknowledgements to 3rd Party Source Material)
(
Non-verified Lecture Notes are scribed by Shrikant Awate)
Books:
- Timothy A Budd: An Introduction to Object Oriented Programming,3rd Edn., 2002. Pearson Edu, Inc. [Chapter 8]
- Stroustrup, Bjarne: The Design and Evolution of C++, Addison-Wesley Professional, 1994.
- Stroustrup, Bjarne: The C++ Programming Language, Addison-Wesley, 1997. [Chapter 2]
- Grady, Booch: Object Oriented Analysis & Design with Applications, 2nd Edn., 1994.
- Venners, Bill: Inside the Java 2 Virtual Machine, 2nd Edn., 2004 (Indian Reprint). [Online Chapters]
Articles of Interest:
-
The C Family of Languages: Interview with Dennis Ritchie, Bjarne Stroustrup, and James Gosling, 2000
- Dijkstra, Edsger: Notes on Structured Programming, 1969
- Carpretz: History of Object Oriented Approach, 2003
- Charles: X10: An Object Oriented Approach to Non-Uniform Cluster Computing, 2005
- Cardelli: On Understanding Types, Data Abstraction, and Polymorphism, 1985
- Leroy, Xavier: Java Bytecode Verification: Algorithms and Formalizations, 2003.
Programming Languages :: Specifications, Tools etc.
Links of Interest: