Object Oriented Programming

Discussion in 'C++' started by anjeeni, Sep 26, 2010.

  1. anjeeni

    anjeeni New Member

    Joined:
    Sep 23, 2010
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    what do you guys think of classess
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    2
    Trophy Points:
    0
    Nothing. We implement them in programs
     
  3. pulsar@c

    pulsar@c New Member

    Joined:
    Sep 16, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    A user-defined datatype that contains the variables, properties and methods in it which can be inherited or reused. Intension of class is re_use of code.
     
  4. techgeek.in

    techgeek.in New Member

    Joined:
    Dec 20, 2009
    Messages:
    572
    Likes Received:
    19
    Trophy Points:
    0
    Occupation:
    EOC (exploitation of computers)..i m a Terminator.
    Location:
    Not an alien!! for sure
    Home Page:
    http://www.techgeek.in
    Classes are encapsulated code of variables and methods.. The variables can be said as a properties and the methods as a fuction... An object is created for the class and all operations are done with the help of those objects...
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice