单项选择题

A.  Implement the INotifyPropertyChanged interface in the Product class.
B.  Implement the IQueryable<Product> interface in the ProductList class.
C.  Extend the DependencyObject class in the Product class.
D. Extend the ObservableCollection<Product> class in the ProductList class.