which access modifier we can declare the abstract class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kapil jain
public and internal are those access modifiers which we can
use to declare the abstract class.
| Is This Answer Correct ? | 5 Yes | 1 No |
the access modifier of the abstract method should be same in
both the abstract class and its derived class. If you
declare an abstract method as protected, it should be
protected in its derived class. Otherwise, the compiler will
raise an error
and an abstract class can't be private..becz private members
can't be inherit.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / imatoria
Unlike Interface, Abstract class can have private, public
modifiers atleast, but not protected. I am not sure about
internal and protected internal modifiers
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / guest
By using override access modifier we can declare abstract class
| Is This Answer Correct ? | 3 Yes | 18 No |
Why do we need a finally block in try catch block while handling exceptions
What's the difference between an integer and int?
Which class comes after the SortedList class?
What is concrete method in c#?
How do you generate documentation from the C# file commented properly with a command-line compiler?
What is cache memory in c#?
i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.
explain DIFFERENCE BETWEEN CLASS AND MODULE?
What is the difference between string and string in c#?
Can a class or a struct have multiple constructors?
Does main have to be static c#?
What is datagrid c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)