8 - Multiple dispatch Flashcards

1
Q

Introduction to Julia

What does multiple dispatch do?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Introduction to Julia

How can you tell a Julia function what type it is allowed to have?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Introduction to Julia

What does :: do in a function?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Introduction to Julia

What is the essence of multiple dispatch?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Introduction to Julia

What is a generic function?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Introduction to Julia

What is a method?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Introduction to Julia

What is multiple dispatch and what is it’s advantage?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Introduction to Julia

What is an abstract type?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Introduction to Julia

What is the type ‘Number’?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly