Nowadays, C# is supporting method body, Static variable declaration and assign value to it in an interface, then what is the use of abstract class?
Asked
Active
Viewed 141 times
0
-
2The ability to use non-static private implementation methods, for starters. – Matthew Watson Aug 23 '22 at 10:13
-
https://stackoverflow.com/questions/2570814/when-to-use-abstract-classes – DavidG Aug 23 '22 at 10:27
-
Now a days Interface is also supporting Body of function so,Why still abstract class Is there ? – Darshit Gandhi Aug 24 '22 at 05:52