Java Complete Tutorial Ep. 59 - Bounded Type Parameters

preview_player
Показать описание
This episode, I teach you how to set bounds for your type parameters for your generic classes. Bounded type parameters make it so that you can limit which classes or interfaces can be used for your datatypes. For example, if you extend Number, you can only use types of Number or it's subclasses. #Java #BoundedTypeParameters

Stay Connected and Updated!! 👁
More Videos coming soon.
Leave a comment for any future video suggestions.
Рекомендации по теме
Комментарии
Автор

Another great video, just 416 views that's insane. Good explanation, it isn't complicated at all but you need to know about inheritance, arrays and all the basic stuff, if you don't know anything then i guess it should be hard to understand? I've just started learning Java couple of months ago and I'm brushing up on my Generics knowledge and I'm applying stuff like this to a basic project that i'm trying to do. A really cool concept that makes things easier to understand and it just looks cool in general lol. Btw have you thought about making videos on the Collections framework in depth or Data Structures?

nenaddimcevski
Автор

ooof that is sweetest sounding keyboard.

rishavmasih
Автор

Why did you create constructor we can simply pass the values great videos btw keep it up

nirmalkotiyal
Автор

too complicated. Make it easier for beginners man.

throwawayaccount