November 2020
Beginner to intermediate
822 pages
19h 18m
English
This chapter is about making your own types using object-oriented programming (OOP). You will learn about all the different categories of members that a type can have, including fields to store data and methods to perform actions. You will use OOP concepts such as aggregation and encapsulation. You will also learn about language features such as tuple syntax support, out variables, inferred tuple names, and default literals.
This chapter will cover the following topics:
Read now
Unlock full access