CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

override Modifier

C# – Modifiers – override and new modifiers

In our earlier Article, we have discussed about benefits and usage of virtual modifier in C#. We learnt that virtual keyword enables to override the members in the derived classes. In this Article, we will discuss about override and new modifiers. These modifiers are used during the inheritance in derived the class which will inherit […]

Scroll to top