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
How do destructors and garbage collection work in c#?
What is data set in c#?
How does return work in c#?
How do you clear a list in c#?
Explain what is the smallest unit of execution in .net?
Explain how to parse a datetime string?
What is better C# or VB.NET?
What’s thread.sleep() in threading ?
Is post back c#?
Can c# inherit multiple classes?
What are handlers in c#?
Is string immutable in c#?
Why we use get set in c#?
What are annotations in c#?
What is type cast in C#?