.NET Chunks...
just do it...
Monday, February 8, 2010
Methods...
›
In general, a method is block of code that helps in performing a functionality. Basically a method looks as follows: ...
Friday, February 5, 2010
Abstraction...
›
In general sense 'abstraction' mainly means presenting complex scenarios in a simpler fashion. And this could be achieved by creatin...
Thursday, February 4, 2010
Accessing members of the class...
›
The members of the class (methods, properties, variables etc.) may be classified into two types: static and non-static members. Ther...
Wednesday, February 3, 2010
Encapsulation...
›
This principle of OOP mainly says that whatever be the code (methods, properties, variables etc.) written to develop an app should be wrappe...
Tuesday, February 2, 2010
Way to Object-Oriented Programming...
›
I think most of the programmers come from C platform and many others come from other procedural or structural language platforms. Af...
›
Home
View web version