+ 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)
2 Réponses
+ 1
Thats the point of being abstract. Not to be instanced.
+ 1
@noname okay your Answer is acceptable for me. but this is not a enough reason. ( Of course I know the answer)