Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Object-Oriented Python Dice Roller Review: Object-Oriented Python

What part of object-oriented programming can be thought of as nouns?

I couldn't understand the question, please explain for me, thanks a lot. A objects B properties C methods D attributes

2 Answers

Steven Parker
Steven Parker
229,644 Points

That was discussed in the very first video, What Are Objects And Classes?, about 40 seconds from the start.

Thank U, I see everything in OOP is object but function usually is not treated as object.

EVERYTHING IS AN OBJECT.... its so cryptic sometimes...

Erika Suzuki
Erika Suzuki
20,299 Points

"a word (other than a pronoun) used to identify any of a class of people, places, or things(also called as OBJECTS) ( common noun ), or to name a particular one of these ( proper noun )."

Steven Parker
Steven Parker
229,644 Points

Be aware that dictionary definitions don't always correspond with word usage in programming. The meanings of the words "variable" and "between" have been strongly contested in previous forum posts because of this, for examples.