What is wrapper class?is it available in c#?

Showing Answers 1 - 2 of 2 Answers

vidhya

  • Jul 22nd, 2006
 

Wrapper Classes are the classes that wrap up the primitive values in to a class that offer utility method to access it . For eg  you can store list of int values in a vector class and access the class. Also the methods are static and hence you can use them without creating an instance . The values are immutable .

  Was this answer useful?  Yes

mohit

  • Aug 21st, 2006
 

wrapper class are those class in which we can not define and call all predefined function .it is possible in java not C#.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions