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 |
How would you add column headers in listview control?
How to test the AX stat class?
What is Zorder Method?
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
How do you avoid the "Invalid use of null" error when reading null values from a database?
How to get Cursor position using API?
What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?
How do I force a file dialogue box to reread the currect disk?
Why we need a MDI form? How can we make a form as a mdichild form?
How would you convert a form into document?
What is the difference between change event in normal combobox and dbcombobox?
what is the diff between inprocess and out of process ?