Parametrized methods

  • Authors:
  • José de Oliveira Guimarães

  • Affiliations:
  • -

  • Venue:
  • ACM SIGPLAN Notices
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a new construction that supports creating generic methods, similar to parametrized classes. Generic methods have, in addition to their normal parameters, a set of parameters similar to those of parametrized classes. These parameters are types, constants or procedures. This new construction is important since methods may be redefined to generic in a subclass, making the subclass parametrized, in a way.