Class (computer programming): Difference between revisions

Content deleted Content added
relation between prototypes and classes.
Interface to a class: clarify class vs. object
Line 13:
way of the clients.
 
The methods that are not in any of the interfaces of a class are private to the class, and not intended to be calleddepended on by other objectsclasses.
 
The "set of all interfaces of a class" is sometimes called the interface of the class.