Short Answer
Match each item with a statement below.
a.Property procedure
f.behavior
b.attribute
g.ReadOnly keyword
c.Set block
h.New keyword
d.Private keyword
i.WriteOnly keyword
e.Get block
-Used to create an object
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Each object is an instance of the
Q14: The Set statement begins with the keyword
Q15: In its simplest form,the Class statement can
Q23: What is a method's signature?
Q24: The Class statement ends with the _
Q30: The classes that you define must specify
Q33: You should use _ to name a
Q35: Although you can define a class that
Q40: By convention, the names of the Private
Q42: What is a constructor? What is the