Subsumption and Negations
Get an overview of the subsumptions and negations.
We'll cover the following...
Do subsumptions and negations matter?
Subsumptions and negations matter when there are multiple versions of the same method differentiated only by their constraints. Then, the compiler has to look for the most constrained version. Let’s assume that we have a class Ignition
with two versions of the start
method:
template
...