Home »
MCQs »
Scala MCQs
Explicit Conversion is –
27. Explicit Conversion is -
- Done by the compiler itself
- Defined by the user
- Both A and B
- None of the above
Answer: B) Defined by the user
Explanation:
The explicit type conversion is a user-defined type conversion i.e., the user/programmer will decide the final data type of the value/variable.