which access modifier we can declare the abstract class?
Answer Posted / guest
By using override access modifier we can declare abstract class
Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
Give some examples for built in datatypes in c#?
What are the features of c#?
How do you prevent a method from being overridden in c#?
What are the two uses of a ‘using’ statement in c#?
How does aspect oriented programming work?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Why dictionary is faster than list?
What types of object can I throw as exceptions?
Will the following code compile?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is deadlock in c#?
What are the 3 elements of delegation?
Can you instantiate a struct without using a new operator in c#?
Why do we need to override in c#?
What do you understand by 'access specifiers' in C#?