Q111
How can you access variables initialized in a primary constructor in Kotlin?
A.
by using the this keyword
B.
by using the super keyword
C.
by using the constructor keyword
D.
by using the variable name
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board