Home »
MCQs »
Scala MCQs
Identifiers in Scala are names given to –
36. Identifiers in Scala are names given to -
- Classes or objects
- Methods
- Objects
- All of these
Answer: D) All of these
Explanation:
Identifiers in a programming language are the names given to a class, method, variable, or object to identify them in the program.