Answer Posted / Mala Shakya
In Scala, there are four types of identifiers: Values (variables), Classes, Objects, and Methods. Value identifiers can be declared as var (mutable) or val (immutable). Class and Object identifiers define a new type, while method identifiers represent functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers