Object-Oriented Programming with Visual Basic .NET

Object-Oriented Programming with Visual Basic .NETTo understand the world of object-oriented programming, look at the world around you for a moment. You might see vacuum cleaners, coffee makers, ceiling fans, and a host of other objects. Everywhere you look, objects surround you.
Some of these objects, such as cameras, operate independently. Some, such as telephones and answering machines, interact with one another. Some objects contain data that persists between uses, like the address book in a cell phone. Some objects contain other objects, like an icemaker inside of the freezer.
Read more

Mixing the Objective Caml and C# Programming Models in the .NET …

Mixing the Objective Caml and C# Programming Models in the .NET ...We present a new code generator, called O’Jacar´e.net, to inter-operate between C# and Objective Caml through their object mod- els. O’Jacar´e.net defines a basic IDL (Interface Definition Language) that describes classes and interfaces in order to communicate between Objective Caml and C#. O’Jacar´e.net generates all needed wrapper classes and takes advantage of static type checking in both worlds. Al- though the IDL intersects these two object models, O’Jacar´e.net allows to combine features from both.
Read more