Dot Net Framework Question:
Download Questions PDF

What is shadowing?

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.

Download Dot Net Framework Interview Questions And Answers PDF

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?