Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 474 Bytes

File metadata and controls

3 lines (2 loc) · 474 Bytes

Chapter 10. Methods

In the current chapter we will learn about methods and we will learn what they represent, and which are the base concepts when working with them. We will also learn why it is good practice to use them, how to declare and call them. We will look at parameters and return value of a method, and also how to use the returned value. At the end of the chapter we will look at the estabished practices when using methods.