December 2015
Intermediate to advanced
1704 pages
43h 12m
English
CHAPTER 4
![]()
Core C# Programming Constructs, Part II
This chapter picks up where the Chapter 3 left off and completes your investigation of the core aspects of the C# programming language. You will begin by examining various details regarding the construction of C# methods, exploring the out, ref, and params keywords. Along the way, you will also examine the role of optional and named parameters.
After you examine the topic of method overloading, the next task is to investigate the details behind manipulating arrays using the syntax of C# and get to know the functionality contained within the related System.Array class type.
In addition, this chapter ...