What is an Interface? Have you ever developed an Interface.
Answer Posted / suren
It’s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.
Explain him if you have ever developed an interface.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is prototype design pattern in .net
What is Complex Class in .NET?
Explain what is immutability, what is it for and how is it codified?
Explain me how does linq work?
What is misl?
What is 3 tier architecture?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is value type and refernce type in .net?
What are the purposes of using .net?
Is .net core stable?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is alias ? Is it used in .Net ?
Should I use readerwriterlock instead of monitor.enter/exit?
What is Entity Relationship Model in .NET?