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 trialchen liu
3,188 PointsWhat 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
231,236 PointsThat was discussed in the very first video, What Are Objects And Classes?, about 40 seconds from the start.
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
231,236 PointsBe 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.
chen liu
3,188 Pointschen liu
3,188 PointsThank U, I see everything in OOP is object but function usually is not treated as object.
Christopher Bailey
14,880 PointsChristopher Bailey
14,880 PointsEVERYTHING IS AN OBJECT.... its so cryptic sometimes...