Sunday, July 12, 2009

Can anyone explain strings and classes in c++ to me?

Classes are the conceptual grouping of variables and functions. An instance of a class is an object. Languages that allow this type of organization are said to be object-oriented languages.





Strings are variable instances of the String class, which is a class that is designed to hold text data. The String class has many methods (functions) that are used to manipulate the text data.


No comments:

Post a Comment