Tawmy / Leyla.Bot

Privacy-focused Administration Bot for Discord
0 stars 0 forks source link

(CS-R1078) `abstract` classes with only `abstract` methods should be declared as `interface`s #60

Closed Tawmy closed 1 year ago

Tawmy commented 1 year ago

Description

The abstract keyword in C# indicates that an entity is missing its full implementation and that is responsbility of the inheritor to complete or fulfil it. The said keyword applies to both classes and methods. If a class is declared as an abstract class and only has abstract methods, it …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Leyla-Labs/Leyla.Bot/issue/CS-R1078/occurrences/