Ari

42%
Flag icon
In Simula, you would create a new object of a given class (which is also known as instantiating an instance of that class) using the keyword NEW followed by the name of the class, like this: MyObject :- new MyClass; where :- is known as the reference assignment operator
Ari
That's....a remarkably modern syntax and possibly more tasteful than C++/Java.
The Problem With Software: Why Smart Engineers Write Bad Code (The MIT Press)
Rate this book
Clear rating