PDA

View Full Version : What are wrapper classes?



chinmay.sahoo
05-25-2017, 10:24 AM
Wrapper class represents a base class for the data source. It allows the primitive datatype to be accessed as objects

Barbara
09-14-2017, 07:05 AM
A wrapper class is any class which "wraps" or "encapsulates" the functionality of another class or component. These are useful by providing a level of abstraction from the implementation of the underlying class or component.