Skip to content

Commit e7d64c0

Browse files
committed
Added solution for species project.
1 parent 270521f commit e7d64c0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

source/projects/species.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ This project is already challenging *as is*, but bonus will be given if:
288288
Please, follow our [guideline on project submission](./projects/submission).
289289
In particular, make sure you write your name and the date in a delimited comment at the beginning of your file.
290290

291-
<!--
292-
293291
## Possible misconceptions
294292

295293
Some additional possible misconceptions are discussed [in this project](./code/projects/Properties_errors.zip).
@@ -309,5 +307,3 @@ This solution completes the "(easy) The ToString() methods return the informatio
309307
> In short, static methods cannot be inherited or overridden in C#, and that is why they cannot be abstract.
310308
> This is discussed in some details in [this stack exchange post](https://stackoverflow.com/questions/3284/why-cant-i-have-abstract-static-methods-in-c).
311309
> A change was recently introduced in .NET 6, that [makes static abstract members in interface possible](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/static-abstract-interface-methods), but it is limited to interfaces, and abstract static methods cannot be added to abstract classes.
312-
313-
-->

0 commit comments

Comments
 (0)