0 votes
in Scala Constructs by
What is one way to implement pattern matching on methods?

a. using regex

b. using monads

c. using string matching

d. using case classes
...