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
Recordset object consists what?
What is file in vb?
What is rdo in vb?
State about the different types of visual basic data?
What is the use of Tabledef?
What are the rules which should be followed while naming a variable in VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
How do I create a new form in visual basic?
How do I make the mouse cursor invisible/visible?
what are the Types of LockEdits in RDO?
What is the use of progress Bar Control?
How many objects resides in ADO ?
Types of ActiveX Components in VB?
What do you mean by provider?
Explain the "cursortype" and "Locktype" in VB?