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

How would you add column headers in listview control?

0 Answers  


How to test the AX stat class?

0 Answers  


What is Zorder Method?

1 Answers  


1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report

0 Answers   Microsoft,


How do you avoid the "Invalid use of null" error when reading null values from a database?

0 Answers  






How to get Cursor position using API?

2 Answers  


What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?

1 Answers  


How do I force a file dialogue box to reread the currect disk?

0 Answers  


Why we need a MDI form? How can we make a form as a mdichild form?

2 Answers   TCS,


How would you convert a form into document?

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


what is the diff between inprocess and out of process ?

1 Answers  


Categories