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

Which property of textbox cannot be changed at runtime. What is the max size of textbox?

0 Answers  


Explain about the basic features of Visual basic?

0 Answers  


Is visual basic still used?

0 Answers  


Why we use Treeview Control?

2 Answers  


How would you add elements in TreevieW Control.

0 Answers  






What is the Dll required for running the VB?

1 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  


what is the front end you used?

3 Answers   Satyam,


Explain about conditional operators?

0 Answers  


What is snapshot in vb?

0 Answers  


It possible to call OLEDB's Features directly in VB without using any control?

0 Answers  


What is ActiveX Explain?

2 Answers   SDS,


Categories