2
Answers

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

Sandeep Singh

Sandeep Singh

8y
285
1
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)