Skip to search formSkip to main contentSkip to account menu

Covariant return type

Known as: Covariant return, Covariant type return 
In object-oriented programming, a covariant return type of a method is one that can be replaced by a "narrower" type when the method is overridden in… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
class Shape { // other methods elided public abstract Shape copy(); } class Circle extends Shape { // other methods elided public… 
2007
2007
In previous work [2] we investigated the concern of tagging entities of various intermediate representations of the Soot [9… 
2007
2007
Multiple dispatch - the selection of a function to be invoked based on the dynamic type of two or more arguments - is a solution… 
2006
2006
  • M. Scheidgen
  • 2006
  • Corpus ID: 17167089
Meta-modelling programming frameworks enable engineers to deal with models, defined through object-oriented meta-models, in the…