56. What system call does C#/Mono provide to force garbage collection?
57. What is the default parameter passing method of C#/Mono?
58. When must you implement IDisposable and include a Dispose() method in your class?
59. What 3GL programming language has a Report Writer written into its ANSI standard?
60. What is one of the biggest tools employed by the various garbage collection methods? Why?
61. When a parameter declaration calls for a reference instead of a value, will C# automatically convert a value like C++?
62. Given the following: Wine Chardonnay = new Wine(); What is Chardonnay?
63. What is the only method of implementing default parameters in C#/Mono?