Thursday 31 May 2012

What Are Generics In C# ???

Introduction
Generics Are Very Use Full Feature Provided By C# And Its Introduced In C# 2.0, Actually Generics Allow Us To Declare A Type Safe Data Structure Without Commuting Actual Data Type, Higher Performance And Quality Code.

Let Us Take An Example Of Stack

If We Are Making A Stack Then

Class Stack
{