Home »
MCQs »
Scala MCQs
What is the symbolic operator in Scala?
47. What is the symbolic operator in Scala?
- Predefined sets that can handle a specific task
- Are reserved to a specific use
- Symbols that have a specific task that they perform when called in a Scala program
- All of these
Answer: D) All of these
Explanation:
The symbolic operators in Scala are symbols that have a specific task that they perform when called in a Scala program. Scala library defines a lot of symbols that can be used while programming in Scala.