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

James Lee
James Lee
5,641 Points

Types and Object question

"Bob" is an __ of string? What should I write on the blank?

James Lee
James Lee
5,641 Points

And this one: double, int, string are all examples of __. What should I write on the blank?

4 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi James,

This quiz solely relates to two distinct keywords, those been type and object. The quiz is looking for both the singular and plural versions of these keywords which relate directly to the previous videos. Here are some hints:

  • double, int, string etc. are object types
  • New instances of a type have a base type of an object

If you're still stuck, let me know.

i am still stuck

Ammar Saleh
Ammar Saleh
4,386 Points

Hi James,

answer is types

whats the correct one