Chapter Summary

Let's summarize the concepts covered in this chapter.

We'll cover the following...

Summary

  • The function keyword is for defining function pointers to be called later just like a function.

  • The delegate ...