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
Is dictionary reference type c#?
What is global namespace in c#?
What is difference between private and static constructor?
How many types of variables are there in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
What is ilasm.exe used for?
Does c# support c type macros?
What is window application in c#?
Difference between directcast and ctype.
State the top.NET class that everything is derived from?
What is the difference between protected and internal in c#?
Are c and c# the same thing?
What is default value of decimal c#?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
Write one code example for compile time binding and one for run time binding? What is early/late binding?