Stage 1 (w/s 19-10-15)


stage1

This exercise creates an Animal class with appropriate constructors, data members & properties to maintain the Name and Sex of each Animal.

  • Animal class & supporting methods
  • XAML with Listbox and SelectionChanged event handling
  • Display the currently selected Animal Name
  • Handle if no item in Listbox is selected
  • Shows better ways to initialise Zoo collection
  • Shows better ways to handle selection of an item