Wha is a "Wrapper class" and what is it used for?

Sometimes you have an object that already does what you need to it to do, for example the GTK+ library.

Now, you come along and already have this great app that interfaces to Windows using another class.

Now you want to port that program to GTK+, you write a small wrapper around GTK+ that implements the functions required, and swap out the Windows class with the GTK+ class, and now your program has GTK+ as it's window drawing tool, and the class essentially is like a wrapper around a candy bar. It protects and provides a clean way to access the underlying candy!
 
Its an abstraction tool for isolating your code from the complicated inner workings of something else.

In Java you have the Integer wrapper class which isolates your code from the inner workings of the 'int' data type.
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back