What is InterFace???

Answer Posted / supraja polam reddy

An interface in C# is type definition similar to a class
except that it purely represents a contract between an
object and a user of the object. An interface cannot be
directly instantiated as an object. No data members can be
defined in an interface. Methods and properties can only be
declared, not defined

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does xpath return?

539


How can I use .NET components from COM programs?

497


What is a protected class in c#?

492


What is lambda expression in c#?

509


What is a factory in c#?

481






Do vs while c#?

499


What is the difference between and xml documentation tag?

526


What are delegates?

798


What are the string functions in c#?

524


Explain About ADO and its objects

575


Can we make a Static Constructor Parameterized? Give Reason with your answer

552


What is a multi line comment?

557


Difference between value and reference type.

513


Distinguish between continue and break statement?

564


How many kinds of elements an array can have?

474