Beginner C/C++

Moderators: None (Apply to moderate this forum)
Number of threads: 5430
Number of posts: 16951

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
very basic help please! Posted by ukbud73 on 2 Mar 2013 at 5:07 AM
Hi all,

I have 2 basic question I really need answering today but am at the point where I can't see the obvious!

. Correct this class.


namespace ExampleApp
{
/// <summary>
/// Correct this class so that it would compile
/// </summary>
public class Customer
{
public string Name { get; set; }
public string Account { get set; }

public string PrefixedAccount
{
get
{
return "P" Account;
}
}

public override string ToString()
{
return Account + " - " + Name;
}
}
}




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.