What is “implements” keyword ?

Questions by ramakrishnag1982   answers by ramakrishnag1982

Showing Answers 1 - 6 of 6 Answers

s_chilkury

  • Jul 31st, 2007
 

In a general standing coding practice you should use Implements keyword wherever necessary and when you implement a class using the keyword "Implements", the code will not be properly compiled unless all the exposed members are implemented.

  Was this answer useful?  Yes

levteck

  • Aug 15th, 2010
 

The @Implements directive gets the ASP.Net page to implement a specified .NET
framework interface. The only single attribute is Interface, helps to specify
the .NET Framework interface. When the ASP.Net page or user control implements
an interface, it has direct access to all its events, methods and properties.


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions