Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Are there classes in c++?

  1. #1

    Default Are there classes in c++?

    quick question guys! I have just started my java class. Prior to that, I was taking a c++ class never through classes. My javass is totally based on objects and classes. I'm just confused on a part whether c++ also has classes or not?..one more thing please don't n't refer me to a reference page since I'm more better of someone explaining it to me in simplicity. Thanks guys in advance


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Are there classes in c++?

    c++ has classes
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Are there classes in c++?

    Welcome! Please read this topic to learn how to post code correctly and other useful info for new members.

    C++ does have classes, but they're not the same as Java's definition of a class.

Similar Threads

  1. Classes of classes? [Very beginner asking a question] [w/ Codes]
    By UhKindaAwkward in forum Object Oriented Programming
    Replies: 6
    Last Post: December 24th, 2013, 03:05 AM
  2. Help with creating classes and sub classes
    By Anotherspicybean in forum What's Wrong With My Code?
    Replies: 5
    Last Post: November 13th, 2013, 11:42 PM
  3. Classes
    By Philani in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 19th, 2013, 05:59 PM
  4. [SOLVED] Java program using two classes
    By AZBOY2000 in forum Object Oriented Programming
    Replies: 7
    Last Post: April 21st, 2009, 06:55 AM