What?s an interface class?



What?s an interface class?..

Answer / guest

It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Sharp Interview Questions

Can we call server-side code (c# or vb.net code) from javascript?

0 Answers  


how to retrieve binary data from database (using c#.net and sql server/windows application)

2 Answers   Soltius,


What are the different types of delegation?

0 Answers  


What is a .exe extension files? How is it similar to .dll extension files?

0 Answers   Accenture,


Explain lock, monitors, and mutex object in threading.

0 Answers  






what is CLONE() method?

1 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Is typeof c#?

0 Answers  


What is the CTS, and how does it relate to the CLS?

0 Answers   Arigo Infotech,


What is use of private class in c#?

0 Answers  


what is Anonymous Method.? and What is shadowing?

2 Answers   ATS, Infosys,


What is the use of ienumerable?

0 Answers  


Categories