Hi.
Implicit: the compiler does the work for you
Explicit: you have to specify what you would like the compiler to do.
are the above statements true?
I have just read on MSDN that an abstract method is implicity virtual. One is not implemented and one is, so is this saying that an abstract method is treated as virtual by the compiler?