is it needed for abstract class have one method as an abstract in c# code example
Example: what is abstract class in c#
Abstract class: is a restricted class that cannot be used to create objects
(to access it, it must be inherited from another class).