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 Recordset and Querydef?
How would you create your application in DHTML?
What are the uses of List View Control?
Explain about literals?
Can a VB application be an OLE server?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Explain the "cursortype" and "Locktype" in VB?
What is Seek Method which type of record set is available this?
What is meant by building a recordset.
Parts of ODBC?
How do I force a file dialogue box to reread the currect disk?
State about the different types of visual basic data?
Is it possible to set a shortcut key for label?
What is the use of Visual Basic Document file?
How would you convert a form into document?