Multiple Inheritance

When defining a class, the attributes of more than one classes can be inherited, and each of such a class is called a super class. To realize this, the super collective attribute in the class definition should be set to a list of classes.
	super = {s1, s2, s3}



oz 2009-12-22