In this article, we'll look at what abstract in C# is. Also we'll look at
when and how you can use it to get its benefits.
In C# abstract modifier indicates that the thing being modified has a missing or incomplete implementation. This modifier can be used with classes, methods, properties, indexers and events.
Abstract classes...
Thursday, August 21, 2014
Saturday, August 2, 2014
Execution Context Best Practices in JavaScript
In this article we'll see what this means, and places where this is applicable.
We'll also look at how to manipulate this with built-in functions like
apply, call and bind.
Every JavaScript statement is executed in one execution context or the other. In it's simplest terms this refers to the "owner" of the function we currently executing. this helps us to get the object...
Subscribe to:
Posts (Atom)
Powered by Blogger.
Software Architect at Surge Global/ Certified Scrum Master
Experienced in Product Design, Software Engineering, Team management and Practicing Agile methodologies.