CompTIA ITF+ (FC0-U61) — Question 271

Which of the following programming concepts uses properties and attributes?

Answer options

Correct answer: A

Explanation

The correct answer is A, Objects, because objects are instances of classes that encapsulate both data (attributes) and behavior (methods). The other options, such as Functions, Containers, and Identifiers, do not inherently use properties and attributes in the same way that objects do.