Lecture 2 - Slide 29 : 29
Point Exercise - C++ versus C#
This slide contains programs intended for an exercise about similarities and differences between C++ / C# object allocation, access, and parameter passing
Point.cs
The C# Point class.
Prog-no-comments.cs
A C# client class of class Point.
Prog.cs
A C# client class of class Point - with comments that reveal the output.
Go to exercise
Contrasting use of C# and C++ classes: Class Point