CodeSteps

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

AngularJS – Directives

Directives are used to direct something. It is so simple, right? 🙂 Yes, it is simple also when we use them in AngularJS. But we need to follow some guidelines, creating and using them in AngularJS. What is that something directive direct? That is the behavior of the elements. We use AngularJS with HTML. HTML […]

C# – Modifiers – The virtual Modifier – Why virtual?

Through the series of Articles, we are discussing about Modifiers in C#. In this Article, we will discuss about virtual modifier. virtual modifier is used during the inheritance; deriving classes from it’s base classes. Why virtual is required? Consider two functions, with same name and different signature; for example, Display(String msg) and Display(int value). Assume, these two functions […]

Scroll to top