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

Java

1 Answer

Mohammad Laif
PLUS
Mohammad Laif
Courses Plus Student 22,297 Points

If you could imagine you can say by human concept -> mother represent the class, and constructor is the woman womb. So when you instate a new object from the mother, you simple tell the mother to bring a new child (object) to life. this -> refer to the class you inside, in the current time (the child).

Before long time I write an answer on Quora while I was learning Python, I hope it will give you more clearance on what these names are: How would you explain the concept of a "class" in Python to a 10 year old?