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

C# C# Objects Object-Oriented Programming Object Initialization

Mohammed Almahruqi
Mohammed Almahruqi
751 Points

what is the different between instences and object? I mean in English Language and Programming language.

I am Arabic man some time is difficult to understand something if I do not know the correct meaning because the meaning will be different When you learn a certain science from the linguistic meaning

1 Answer

Steven Parker
Steven Parker
229,644 Points

Even in Englsh, words used in programming often have a different meaning than they would have in normal conversation. Native English speakers often have to get used to programming vocabulary.

From a programming standpoint, an "instance" is the same thing as an "object". The word "instance" would be normally used when some additional information is given, such as the class that the object is based on. For example:

"The object named disc is an instance of the circle class".