Advanced Functions
- Pass function as argument - hello world
- Pass function with parameter as an argument
- Dispatch table - Calculator
- Dispatch table - Calculator
- Generic functions to add numbers
- Generic functions to add numbers using where clause
- Exercise: generic function
- Exercise: call the add function for two points
- Exercise: Implement function to repeate a string
- Solution: Implement function to repeate a string
- Solution: call the add function for two points