4
Shouts

Why use generics in C# dot net | Tech Samosa

published 369 days, 7 hours, 9 minutes ago posted by ankygoyalankygoyal 372 days, 1 hour, 53 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Monday, May 14, 2012 11:21:06 PM GMT

Recap In an earlier post Microsoft Dotnet Interview Questions 2012, question no. 10 was about benefits of generics. In this post I would answer that. Main benefits of Generics

Generics typically provides a lot of performance and code safety benefits which are listed below:Generics enforce Type Safety: Type safety means that only object compatible with specified types will be used in the generic algorithm. This helps to write a code which is less prone to errors. When generics are used, compiler kn...

category: How To | clicked: 33 | | source: techsamosa.com | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup