Although we have a default protected constructor in abstract class , why we can't create a new instance from it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Although we have a default protected constructor in abstract class , why we can't create a new instance from it?

one of the best question in c# interview for advance developers ( Of course I know the answer)

2nd Aug 2017, 4:01 PM
Amin Saadati
Amin Saadati - avatar
2 Answers
+ 1
Thats the point of being abstract. Not to be instanced.
2nd Aug 2017, 4:18 PM
voidneo
+ 1
@noname okay your Answer is acceptable for me. but this is not a enough reason. ( Of course I know the answer)
2nd Aug 2017, 6:16 PM
Amin Saadati
Amin Saadati - avatar