MCQs>IT & Programming>Kotlin>Your code need to try casting an object. If the cast is not possible, you do not want an exception generated, instead you want null to be assigned. Which operator can safely cast a value?
Kotlin MCQs
Your code need to try casting an object. If the cast is not possible, you do not want an exception generated, instead you want null to be assigned. Which operator can safely cast a value?
Answer
Correct Answer: As?
Explanation:
Note: This Question is unanswered, help us to find answer for this one