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 understand in resource tracking?
___,___ arguments will be used to run a executable program in shell function
Parts of ODBC?
What is the use of progress Bar Control?
What are the rules which should be followed while naming a variable in VB?
What is the use of Visual Basic Document file?
What are the new events in textbox that has been included in VB ?
How would you use ActiveX Dll and ActiveX Exe in your application?
How would you create properties by using class Builder Wizard?
Can you tell me the properties of the controls?
what are the Types of DBCombo boxes?
Is visual basic still used?
Types of cursors in RDO.
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is the difference between change event in normal combobox and dbcombobox?