Programming Languages Java Objective
Mar 10, 2013

What is the syntax for making a property read-only?

Choose the correct answer:
A) Property Read propertyname As datatype
B) Read Property propertyname As datatype
C) ReadOnly Property propertyname As datatype
D) Read-Only Property propertyname As datatype
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback