Quick question. Does a class have to implement a interface directly to be accepted, or can it be a child of a parent class that implements it.
so If I pass a child object into a method that only accepts IOBJECT, but the child class parent implements IOBJECT. will child object be accepted ?