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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment