Quiz: Drawable Equals New Rectangle
- You can't assign an object of a class to a variable of an interface type.
- You can't assign an object of an interface type to a variable of a class type.
- You can't assign an object of a class to a variable of an interface type that the object's class doesn't implement.