Answer Posted / prathyusha
Interface is construct which is a universal common
reusable data memebers and universal common reusable
methods..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
can you allow a class to be inherited, but prevent the method from being over-ridden?
What you mean by delegate in c#?
What is difference between code access and role based security?
What is lock in c#?
Why we use methods in c#?
Write a program in C# for checking a given number is PRIME or not.
What is static noise?
How many types of constructors are there?
what are the contents of an assembly ?
How many static constructors are allowed in a class?
What is binding in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
How can I develop an application that automatically updates itself from the web?
How does one compare strings in c#?
what are the differences between a class and structure