What is the advantage of constructor in abstract class c# ?

Posted by Kasani007 under C# on 1/19/2017 | Points: 10 | Views : 2354 | Status : [Member] | Replies : 1
What is the advantage of constructor in abstract class c# ?




Responses

Posted by: Amatya on: 1/20/2017 [Member] Silver | Points: 25

Up
0
Down
Bird would be an abstract base class that will provide bird-general behaviour for all Birds on earth but cetainly A bird object cannot exist independantly. A Parrot type or a Sparrow type will inherit from Bird vase abstract class and behave as concrete objects when instnatiated. Thats the beauty of constructor in abstract class

Feel free to share informations.
mail Id ' adityagupta200@gmail.com
Thanks

Kasani007, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response