Adobe
9A0-127 · Question #26
You want to create an instance of the component Part, then access the property partID by using the following code: <cfobject component="Part" name="thisPart"> <cfset thisPart.partID = 1> Which…
The correct answer is D. component. See the full explanation below for the reasoning.
Question
You want to create an instance of the component Part, then access the property partID by using the following code:
<cfobject component="Part" name="thisPart"> <cfset thisPart.partID = 1> Which component syntax should you use?
Options
- A<cfcomponent>
- Bcomponent
- Ccomponent
- Dcomponent
How the community answered
(67 responses)- A4% (3)
- B10% (7)
- C1% (1)
- D84% (56)
Community Discussion
No community discussion yet for this question.