The name of the user defined function is: footballMatch
Answer:
A pre-programmed function is a section of code which is reusable to perform certain routine. One benefit of using a pre-programmed function to analyze data is the code redundancy can be reduced. The function is only written for once and it can be called to perform a specific data analysis whenever it is needed.
Besides, a pre-programmed function also offer consistent analytical output as all data are processed by a same analytical procedure in the function.
Answer:
True
Explanation:
A final class is something like sealed one and no one can inherit that further.
it is useful to lock our code or functionality from others