CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Posts
    1

    classes and interface

    what is actule use of class and interface
    and also use of properties

  2. #2
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: classes and interface

    I suggest you get a book on C# - you can't cover a question with such scope on a forum like this.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

  3. #3
    Join Date
    Mar 2000
    Location
    Germany, Franken
    Posts
    257

    Re: classes and interface

    And a book about Object Oriented Design(OOD) or Design Patterns.

  4. #4
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: classes and interface

    Go to your bookstore and pick one. Personally I'd look for the one from the super moderator and all-time god of this site, Brad Jones. I believe it's called "Learn C# in 21 days" or something like that.

    Otherwise, any book whatsoever.

    Alternatively see what your local library has to offer.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured