What does the Implements statement do?

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

suhani02

  • Sep 12th, 2006
 

Implements statement Specifies one or more interfaces, or interface members, that must be implemented in the class or structure definition in which it appears.

  Was this answer useful?  Yes

Sanjay Kumar Dalai

  • Nov 20th, 2006
 

Hi,

    This Implements Statemets generally used for the purpose of Inheritance.

    If you want to impelments properties,method & events of super class   

    in  VB6.0 then we write Implements Classname (i,e SupperClass 

     Name)  in SubClass.

   

  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