Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

karan Badhwar
Web Development Techdegree Student 12,996 PointsGet owner()
So which of the method now holds the instance of the owner class Get owner()
Or
Set owner()owner
As she changed the values
Ernie.owner = new owner (....)
And if any of these holds the instance of object, so what about the parameters and code inside the methods?
1 Answer

Steven Parker
215,954 PointsI'm not sure what you mean by "which of the method now holds the instance...". Did you perhaps mean "which property now holds the instance..."?
In the video, the new instance of the Owner (capital "O") class is held in ernie.owner (lower case).
karan Badhwar
Web Development Techdegree Student 12,996 Pointskaran Badhwar
Web Development Techdegree Student 12,996 PointsHi steven, Yes i mean which property now holds the new instance Because we have 2 properties
Get owner() and set owner(owner)
So the Instance of Owner class is being passed to which property.