What is use of abstract class in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Can derived classes have greater accessibility than their base types?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

2 Answers  


how can i display crystalreport in button click? am working with VS2005

1 Answers  


Can you declare a C++ type destructor in C# like ~MyClass() ?

1 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  






What is the use of multicast delegate while methods of multicast delegate do not execute in a order?

2 Answers  


How do you remove white spaces from a string?

0 Answers  


explain the features of static/shared classes.

0 Answers  


Why do we override in c#?

0 Answers  


What is console writeline in c#?

0 Answers  


What is a predicate in c#?

0 Answers  


Can partial class be inherited?

0 Answers  


Categories