What?s an interface class?

Answer Posted / monu sharma

Interfacess is a Collection of Method Prototypes.
These methods must be implemented in the Implemented Class.

->An Interface is a reference type and contains only
abstract members.
->Interface contains declaration of methods, properties,
Indexers and events.

->An Interface members are always implicitly public and
cannot be declared as virtual or static.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why var is used in c#?

488


What is string programming language?

437


What is ispostback c#?

478


Is c# dictionary a hash table?

477


what is scope of a protected internal member variable of a c# class

530






Where do we use serialization in c#?

494


Why main method is static in c#?

492


Explain the different ways a method can be overloaded?

449


Is it possible to force garbage collector to run?

480


What do you mean by shared assembly?

582


What is class sortedlist underneath?

564


How does array sort work?

492


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

1451


What are the different types of constructors in c#?

503


What is data binding with example?

487