8 Building a rocket Flashcards
1
Q
What is an invariant?
A
2
Q
What does Julia automatically create when you define a composite type?
A
3
Q
What kind of constructors does Julia automatically create when you define a composite type?
A
4
Q
What is the difference between an outer and inner constructor?
A
5
Q
How do you write an inner constructor?
A
6
Q
What does new() do?
A
7
Q
How many arguments can new() have?
A