- Class is a specific object type created when class statement is executed.
- To create instances objects, class objects can be used as templates which represent both code and data specific to datatype.
- In general, a class is based on one or many classes known as base classes.
- It inherits methods and attributes of base classes.
- An object model is now permitted to redefine successively using inheritance.
- Basic accessor methods are provided by generic Mailbox for subclasses and mailbox like MaildirMailbox, MboxMailbox, OutlookMailbox which handle many specific formats of mailbox.
 
No comments:
Post a Comment