What is the use of interfaces?How to implement them?

Showing Answers 1 - 1 of 1 Answers

ravi

  • Jan 3rd, 2007
 

Interface:

   It is Like a Class it's have all the methods of type abstarct.

  The methods of interface should be implemented with in the derived 

  classess.

 It doesn't supports to creation of object.

 Actually no object oriented programming language supports multiple inheritenc

 e for implementing multiple inheriternce it is use full one in C#,Java and in som

 e other languages.

  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