Content deleted Content added
m →Example: Lists: WP:CHECKWIKI error fixes using AWB (12002) |
Fix typo error |
||
Line 32:
== Bounded Wildcards ==
A bounded wildcard is one with either an upper or a lower [[Inheritance (object-oriented programming)|inheritance]] constraint. The bounds can be both class and interface types. Upper bounds are expressed using the '''extends''' keyword and lower bounds using the '''super'''
<code>Generic<? '''extends''' SubtypeOfUpperBound> referenceConstrainedFromAbove;</code>
|