Prototype Based User Interfaces

Many graphical interfaces are based upon classes and instances. Users of these interfaces must understand the diierent r^ oles of classes and instances, and how they are related. Interface designs based on prototypes may suit many users better than class based interfaces. Prototype based user interfaces are simpler than class based interfaces, and so can be faster to learn and easier to use.