Sandeep Singh

Sandeep Singh

  • NA
  • 55
  • 3.5k

Is there any difference b/w (Base & This) Keyword in C# ?

Aug 17 2016 4:02 PM
By using (Base & This) keyword we can call it's Parent class Method form child class.
but why can not use this and base keyword in Static Block? 

Answers (2)