Answer Posted / Aprajita Devi
'???' in Scala is called a pattern matching placeholder and is used in pattern matching expressions to represent any value of any type. It allows for more flexible pattern matching, as it can match against any value when other patterns fail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers