Can abstract class instantiated c#?



Can abstract class instantiated c#?..

Answer / Neetu Gangwar

No, an abstract class cannot be instantiated because it is intended to be a base class for other classes and provides a template for those derived classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain about finalize method?

1 Answers  


What is jagged array in c#?

1 Answers  


Explain about generics in c#.net?

1 Answers  


Is collection a data structure?

1 Answers  


How many bytes is a long c#?

1 Answers  


Can we have a non static member function in a base class to be override in derived with static modifier?

7 Answers   Wipro,


Who is a accessibility modifier “protected internal” available to ?

1 Answers   Siebel,


What are the delegates in c#?

1 Answers  


Can we define a variable with the access modifier private in an interface?

7 Answers   IBM,


What is ilist c#?

1 Answers  


Can you have parameters for static constructors?

1 Answers  


Is predicate a functional interface?

1 Answers  


Categories