What is use of abstract class in c#?



What is use of abstract class in c#?..

Answer / Rishi Kant Srivastava

An abstract class in C# serves as a blueprint for other classes, providing common functionality that those classes can inherit. Abstract classes cannot be instantiated directly, but their derived concrete classes can.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why References are stored on heap and variables on stack?

1 Answers   MCN Solutions,


What is the use of private constructor in c#?

1 Answers  


Is exe is machine dependent?

1 Answers  


What is predicate builder?

1 Answers  


What is thread.sleep()?

1 Answers  


What are collection classes?

1 Answers  


What is the difference between array.find method and arraylist.find method?

1 Answers   Mphasis,


What is inumerable?

1 Answers  


What is use of hashtable in c#?

1 Answers  


What is a method signature?

1 Answers  


What are modifiers in c#?

1 Answers  


What is the difference between dataset and datatable in c#?

1 Answers  


Categories