Results 1 to 4 of 4

Thread: What is adapter class?

  1. #1

  2. #2
    Registered pxljobs's Avatar
    Join Date
    Jul 2016
    Location
    Bangalore
    Posts
    290
    The Adapter class provides the default modification of all methods of an interface,we don't need to modify all the methods of the interface so we can say it reduces coding burden.for that the adapter class is very helpful since it already modifies all the methods of an interface and by implementing the adapter class.

  3. #3
    Registered
    Join Date
    Jan 2017
    Posts
    55
    An adapter class provides the default implementation of all methods in an event listener interface. Adapter classes are very useful when you want to process only few of the events that are handled by a particular event listener interface.

    Thank you~!

  4. #4
    Registered
    Join Date
    Nov 2016
    Posts
    649
    A connector class gives the default execution of all techniques in an occasion audience interface. Connector classes are exceptionally helpful when you need to process just few of the occasions that are dealt with by a specific occasion audience interface.

Similar Threads

  1. What is Class.forName()?
    By priya01 in forum HTML, CSS, Layout, and Design
    Replies: 10
    Last Post: 11-10-2017, 12:15 AM
  2. Help with MBA Class Project (from hell?)
    By Celeste in forum General Promotion
    Replies: 1
    Last Post: 02-01-2009, 07:52 AM
  3. SMTPclient class in DotNet
    By smithcarvo in forum Website Programming & Databases
    Replies: 1
    Last Post: 09-15-2008, 06:28 AM
  4. External Hard Drive Adapter Thing
    By Chris in forum General Chat
    Replies: 4
    Last Post: 04-15-2007, 02:20 AM
  5. Static inner class
    By joshuapaul in forum General Chat
    Replies: 0
    Last Post: 05-30-2006, 11:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •