Imperative Programming TT23, Misc
Flashcards
What are the two types of Option
in Scala?
Option
in Scala?Some(x) // or,
None
What does the Seq
collection implement in Scala?
Seq
collection implement in Scala?An iterator that is indexable.
What is the CRC method for designing a class?
- Class name
- Responsibilities
- Collaborators