Skip to content

Update 0026-abstract-classes-and-methods.md #865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proposals/0026-abstract-classes-and-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ stabilizing in Swift 3.0.

## Alternatives considered
As first reading, it seems that protocols and protocol extensions might fit the need. It
actually does not because abstract classes can have attributs and properties that
protocols does not support.
actually does not because abstract classes can have attributes and properties that
protocols do not support.

An alternative solution would be to add attributes to protocols and protocol extensions,
but this might break compatibility with Objective-C runtime.
Expand Down