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


Please Help Members By Posting Answers For Below Questions

Does main have to be static c#?

708


What is difference between abstract class and interface in c#?

681


Can abstract class have constructor c#?

625


What is inner class in c#?

701


What is a scope in c#?

646


What does console readline do in c#?

655


What is Named parameter in C#?

730


List the difference between the virtual method and the abstract method?

661


Can we make a Static Constructor Parameterized? Give Reason with your answer

754


What is difference between value and reference types in C#.NET

727


What is the lock statement in c#?

724


What are constructors in c#?

708


Why are strings in c# immutable?

694


What is a event in c#?

614


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

801