which access modifier we can declare the abstract class?
Answer Posted / vindhya
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 |
Post New Answer View All Answers
Explain acid rule of thumb for transactions in c#.
What is the differences between datagrid, datalist and repeater in .net?
What are primitive data types in c#?
What is the use of console readkey ()?
What is windows form in c#?
Difference between a sub and a function in c#.
What does string format do?
What is the default value of decimal in c#?
What is the meaning of extention?
Can you drink alcohol with a loop recorder?
What is the benefit of interface in c#?
What is the use of the dispose method in C# ?
Can we inherit partial class in c#?
Can you store different types in an array in c#?
What are the benefits of using generics?