Vidyalelo
Computer Science · Q88

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 88

Q88

What is the difference between a property and a field in Kotlin?

A.
A property has a getter/setter
Answer
B.
A property is a variable
C.
A property is a constant
D.
A property is a method

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board