Chapter 7. Creating and Managing Classes and Objects
After completing this chapter, you will be able to
Define a class containing a related set of methods and data items.
Control the accessibility of members by using the public and private keywords.
Create objects by using the new keyword to invoke a constructor.
Write and call your own constructors.
Create methods and data that can be shared by all instances of the same class by using the static keyword.
Explain how to create anonymous classes.
The Microsoft Windows Runtime for Windows 8 together with the Microsoft .NET Framework available on Windows 7 and Windows 8 contain thousands of classes, and you have used a number of them already, including Console and Exception. Classes provide a convenient ...
Get Microsoft® Visual C#® 2012 Step by Step now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.