Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

non generic and generic collection

This is a discussion on non generic and generic collection within the C# forums, part of the Software Development category; what is difference between non generic and generic collection?...

Go Back   Geeks Talk > Software Development > C#
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 09-16-2009
Junior Member
 
Join Date: Jun 2009
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
ashina1111 is on a distinguished road
non generic and generic collection

what is difference between non generic and generic collection?
Reply With Quote
The Following User Says Thank You to ashina1111 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 09-22-2009
Junior Member
 
Join Date: Nov 2007
Posts: 26
Thanks: 2
Thanked 4 Times in 4 Posts
shilpa.c is on a distinguished road
Re: non generic and generic collection

Non - generic and generic collection?
Generic collections - These are the collections that can hold data of same type and we can decide while initializing what type of data that collections can hold.
Advantages - Type Safe, Secure, reduced overhead of implicit and explicit conversions.

various,
Non generic collections hold elements of different datatypes, it hold all elements as object type.
so it includes overhead of implicit and explicit conversions.
There can be runtime errors
Reply With Quote
  #3 (permalink)  
Old 09-25-2009
Junior Member
 
Join Date: Jun 2009
Posts: 14
Thanks: 0
Thanked 1 Time in 1 Post
ashina1111 is on a distinguished road
Thumbs up Re: non generic and generic collection

Thanx Shilpa.c for solving my doubt.
Reply With Quote
Reply

  Geeks Talk > Software Development > C#

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
generic id length of 8 sumabehera C# 1 03-29-2009 08:16 PM
All fields are identified as generic java objects sriram_cts QTP 0 06-18-2007 07:56 AM
Hidden form fields using generic servlet guptakcsg JSP 1 03-17-2007 03:08 AM
Access all browsers using generic servlet guptakcsg JSP 1 03-07-2007 02:30 AM
Replication of request using generic servlet guptakcsg JSP 0 03-06-2007 06:47 AM


All times are GMT -4. The time now is 06:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved