Tuesday, June 05, 2012

Generics- Introduction

Generics is the concept of applying types to members such as fields, properties and method signatures when user access it and not when the class designer defines the class.

 

Advantages

  • Performance
  • No need to create similar classes that one varies by member types

 

Introduced in .Net framework 2.0

No comments:

Post a Comment