The Minimum You Need to Know About Mono and Qt by Roland Hughes - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

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?

You may also like...