Answer Posted / guest
It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List down the access modifiers available in c#?
What is console writeline in c#?
What is difference between private and protected?
What is Event - Delegate?
Explain the OOPS concept in C#?
Why do we use interfaces in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
Explain the difference between private and shared assembly?
Define a class and an object?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is appdomain in c#?
What is anonymous method in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is the difference between interface and functional interface?
How does bitwise work?