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

Explain Types of DBCombo boxes?

0 Answers  


What does the NewIndex property return?

2 Answers  


What are the tools available for Debug in VB?

3 Answers  


What are the types of Error?

1 Answers   IBM,


State about the different types of visual basic data?

0 Answers  






what are the Differences between Recordset and Resultsets?

0 Answers   IBS, Lava International,


What is datagrid in vb net?

0 Answers  


Difference between ActiveX Control and Standard Control.

0 Answers   HCL, Ocwen,


What is visual basic used for?

0 Answers  


What are the different types of Dialog Box?

2 Answers   Apollo, ATTC,


How can I create a VBX?

0 Answers  


What is DAO?

0 Answers  


Categories