Well till now I knew we implement interfaces , but today some body (you know who , i guess)) told me that If I write a interface then we implement it in class , but if it is a system Interface , Let's say INotifyPropertyChanged
, the we call it Class A inherits Interface INotifyPropertyChanged
.
Though I feel right , I am not sure and unsure how to explain it to him.
I need to specify in my Design doucment . So wondering what shall I mention, Inherit or Implemet.