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 Types and Objects

I don't get what other types of string there are?

This a question I am just not understanding can anyone help me this is for C# Types of Objects? "Bob” is an of type string.

1 Answer

Ari Misha
Ari Misha
19,323 Points

Hiya Derrick! Bob is an "object" of the type string. Since "string" is already a builtin class , and classes are like a blueprint for the "objects" we create on the basis of the same blueprint. Ya know what i mean?

Thank you for the help I get it now