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 trialSiddhant Choyal
Courses Plus Student 644 PointsCan anyone pls help me ? am stuck
i don't know what to do
public class PictureBook{}
public String mTitle{}
1 Answer
Gunjeet Hattar
14,483 PointsSiddhant,
I realise you've miscalculated the meaning of class and methods. Class is the overall packet, methods is what comes within
public class PictureBook { public String mTitle; }
Siddhant Choyal
Courses Plus Student 644 PointsSiddhant Choyal
Courses Plus Student 644 PointsThnx soo much Gunjeet :)