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.
other element has same name and any one of the both can
shadow( in OOP case override) the behavior of other.
Previous Question | Next 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? |