which access modifier we can declare the abstract class?
Answer Posted / anish
Abstact class cannot be declared private, as private class cannot be inherited. However it can be declared as public, protected.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
User's session is explicitly killed by which method ?
For read-only operation which property you have to designated?
List some of the classes used by system.data namespace?
What is a delegate? How can it works?
Is string nullable in c#?
What is the difference between Java and .NET garbage collectors?
what is IFormatable
What is session management in c#?
What is a byte in c#?
Is datetime nullable c#?
What is the difference between inheritance and abstract class?
What is datatable in c#?
Explain how can you clean up objects holding resources from within the code?
how encapsulation is implemented in c#
What is the use of 'as' Keyword in C# ?