8 - Multiple dispatch Flashcards
1
Q
Introduction to Julia
What does multiple dispatch do?
A
2
Q
Introduction to Julia
How can you tell a Julia function what type it is allowed to have?
A
3
Q
Introduction to Julia
What does :: do in a function?
A
4
Q
Introduction to Julia
What is the essence of multiple dispatch?
A
5
Q
Introduction to Julia
What is a generic function?
A
6
Q
Introduction to Julia
What is a method?
A
7
Q
Introduction to Julia
What is multiple dispatch and what is it’s advantage?
A
8
Q
Introduction to Julia
If you have many functions with the same name (but different parameters) how can you find out which is being dispatched?
A
9
Q
Introduction to Julia
What is an abstract type?
A
10
Q
Introduction to Julia
What is the type ‘Number’?
A