‎2007 May 18 2:00 PM
Hi all,
I just want to know what exactly wrapper class is ?
I know that for creating custom controls , we need them, but why are they called wrapper class?
Regards,
Sushant Singh
‎2007 May 18 2:18 PM
A class which will act as a primitive(predefined) data type.
ex: An Itezer cant have a method(Like a class can have a method) so we can creae a wrapper calss for intezer which will conatain only an intezer.
<b><u>Please Reward if useful</u></b>
Sudheer
‎2007 May 18 2:06 PM
I just want to know the meaning/definition of a wrapper class.
and how is it different from other classes that we create in class builder?
‎2007 May 18 2:15 PM
Hi,
I know i java context that, Wrapper classes are used to represent primitive values when an Object is required. for ex. to create a object for a primitive class int there is corresponding Wrapper class Integer is available.
Thanks
Sandeep
Reward if helpful
‎2007 May 18 2:18 PM
A class which will act as a primitive(predefined) data type.
ex: An Itezer cant have a method(Like a class can have a method) so we can creae a wrapper calss for intezer which will conatain only an intezer.
<b><u>Please Reward if useful</u></b>
Sudheer