Login
Remember
Register
Ask a Question
What data type would you use to store an immutable collection of objects that contain a fixed number of varying types?
0
votes
asked
Aug 13, 2022
in
Scala - The Diatonic Syallable
by
AdilsonLima
What data type would you use to store an immutable collection of objects that contain a fixed number of varying types?
a. Array
b. ImmutableCollection
c. List
d. Tuple
scala
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 13, 2022
by
AdilsonLima
Correct answer is:- Tuple
...