BIGpedia.com - Class driver - Encyclopedia and Dictionary Online
encyclopedia search

Class driver

In computing, a class driver is a type of hardware device driver that can operate a large number of different devices of a broadly similar type. For example, instead of having a separate driver for every kind of CD-ROM device, a class driver can operate a wide variety of CD-ROMs from different manufacturers. To accomplish this the manufacturers make their products compatible with a standardised protocol.

Class drivers are very often used with USB based devices, which share the essential USB protocol in common, and devices with similar functionality can easily adopt common protocols.

A class driver can also be used in some operating systems as a base or ancestor class for specific drivers which need to have slightly different or extended functionality, but which can take advantage of the majority of the functionality provided by the class driver. This concept is a key aspect of object oriented programming, and by extending it to drivers, it makes it much easier for a hardware vendor to provide driver support for their product than having to write a driver from scratch. One example of where this is done is in Apple's Mac OS X.



The contents of this article are licensed from Wikipedia.org under the GNU Free Documentation License.
How to see transparent copy

01-04-2007 01:21:04