Related resources for ADAPTEE Class
  • Adapter Pattern in VB.NET11/10/2012 12:34:46 AM. During object-oriented developments, some times we have to use an unrelated class along with our existing class hierarchy. The simplest solution is to make a wrapper or adaptor around the foreign class, which is acceptable by the existing class hierarchy. This is what known as the ADAPTOR PATTERN or WRAPPER PATTERN.