Encyclopedia > Genericity

  Article Content

Genericity

Genericity in object-oriented programming: A class is generic when its code uses at least one undefined type.

Let's take a vector class as an example. Normally you would have to write the code for lots of different vector classes, one for each stored type: "VectorString", "VectorInteger", "VectorFloat" and so on. By writing a generic class, its code suits any stored type you want. When referring to the stored type, you simply write a tag (for instance: "<WHATEVER_TYPE>") instead of a specific type. The compiler will then replace that tag for what is needed.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Kings Park, New York

... householder with no husband present, and 23.4% are non-families. 20.1% of all households are made up of individuals and 10.6% have someone living alone who is 65 years of ...

 
 
 
This page was created in 37.1 ms