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 trialahmed alghafli
3,446 PointsLet's create a new blueprint for GoKarts. Start by declaring a public class named GoKart.
What should I do
public class GoKarts {
}
3 Answers
Mario Blokland
19,750 PointsHi,
if you look closely you see that your class isn't spelled correctly. Remember, the class should be named "GoKart"
ahmed alghafli
3,446 Pointsthanks it helped
Mario Blokland
19,750 PointsGreat! Keep it going :-)
Sai C
2,577 Pointswhat does blueprint mean here
Muhammad Asif
Courses Plus Student 557 PointsMuhammad Asif
Courses Plus Student 557 Pointspublic class GoKarts { }
you misspelled GoKart as GoKarts