What does the Implements statement do?

Answer Posted / akash

The Implements statement is used as part of a technique
that separates the interface of an object from its
implementation, so that multiple implementations of the
interface can be developed. The interface is defined as an
abstract interface, and concrete classes inherit the
interface using the Implements statement. Clients can then
bind to the interface and dynamically switch these concrete
classes used to fulfill the role of the interface.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the Difference between Dynaset and Snapshot?

1721


which property is used to change to some value to access a identity column in datacontrols?

1572


What is the use of Scalewidth and ScaleHeight Proeperty?

1690


How to get Cursor position using API?

1866


Explain about literals?

749


State about the different types of visual basic data?

752


which property used to add a menus at runtime?

1687


What is the use of Visual Basic Document file?

2133


How can you determine performance standards?

785


What is constructors and distructors.

1968


What is the use of progress Bar Control?

1713


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

1490


How do you avoid the "Invalid use of null" error when reading null values from a database?

1397


Is a foo VBX/DLL available as shareware/freeware?

1343


What is the need of tabindex property is label control.

1644