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
what is the Difference between Dynaset and Snapshot?
which property is used to change to some value to access a identity column in datacontrols?
What is the use of Scalewidth and ScaleHeight Proeperty?
How to get Cursor position using API?
Explain about literals?
State about the different types of visual basic data?
which property used to add a menus at runtime?
What is the use of Visual Basic Document file?
How can you determine performance standards?
What is constructors and distructors.
What is the use of progress Bar Control?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
How do you avoid the "Invalid use of null" error when reading null values from a database?
Is a foo VBX/DLL available as shareware/freeware?
What is the need of tabindex property is label control.