For example, say you have
class Item { } class Book: Item { }
and you have an object declaration such as
Item myBook = new Boo