Dot Net Framework Question:

What is shadowing?

Dot Net Framework Interview Question
Dot Net Framework Interview Question

Answer:

shadowing in general is when two variables/methods or any
other element has same name and any one of the both can
shadow( in OOP case override) the behavior of other.


Previous QuestionNext Question
How to Insert a TextBox value in to Sql database using C#.Net coding?How to update one of my table in database at 4pm every day how it is possible?