Hi everyone,
I just read one keyword is wrapper class in c#. I read on codeproject.com something about this but my confusion create what is the difference between wrapper class,container class. Can any buddy clear my confusion about.
Thanks in Advanced...
It will be appreciate with real time example.

Hanif HefazPosted Jul 24, 2016, 8:34 AM
Container is used for structures which contain more than one element, for example a List. and can be used with contains method.
While a wrapper wraps to a single object to provide functionalities and interfaces to it. An Integer class is a good example.