What does the Implements statement do?



What does the Implements statement do?..

Answer / 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

More Visual Basic Interview Questions

Name some date functions?

1 Answers  


Types of LockEdits in DAO? 51 .Types of Recordsets.

0 Answers  


what is the difference between ADO and RDO in vb

3 Answers  


What is DSN?

1 Answers  


Explain about arrays?

0 Answers  






Discuss the working with to-do lists.

0 Answers  


What is Dll?

3 Answers  


How do I make an animated icon for my program?

0 Answers  


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


Draw Sequence Modal of DAO and Explain?

0 Answers  


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?

0 Answers  


what is the Advantage of ActiveX Dll over Active Exe ?

1 Answers  


Categories