Quantcast
Channel: Zeeshan Akhter » JAVA **********
Viewing all articles
Browse latest Browse all 15

Bounded Type Parameters

$
0
0
In this section, you will learn how we can bound the type parameter. We can bound the types which are permitted to be passed to type parameter section. For example, we can create a method that operates only on number or its subclasses like Integer, Float etc. Restricting type parameters section is known as Bounded [...]

Viewing all articles
Browse latest Browse all 15

Trending Articles