Introduction to Julia
What does multiple dispatch do?
Introduction to Julia
How can you tell a Julia function what argument types it is allowed to have?
Introduction to Julia
What does :: do in a function?
Introduction to Julia
What is the essence of multiple dispatch?
Introduction to Julia
What is a generic function?
Introduction to Julia
What is a method?
Introduction to Julia
What is multiple dispatch and what is it’s advantage?
Introduction to Julia
If you have many functions with the same name (but different parameters) how can you find out which is being dispatched?
Introduction to Julia
What is an abstract type?
Introduction to Julia
What is the type ‘Number’?