0
kicks
Determining if a Type implements an interface
If we have an object of a type, we can easily check if that object implements a particular type by using is operator. However, we cannot use is operator if all we got is a type and we want to find whether that type implements a particular interface.