Skip to content
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

Abstract methods not available in Octave #25

Closed
javism opened this issue Nov 24, 2017 · 0 comments
Closed

Abstract methods not available in Octave #25

javism opened this issue Nov 24, 2017 · 0 comments

Comments

@javism
Copy link
Contributor

javism commented Nov 24, 2017

Abstract methods are not available in Octave (see bug).

The solution right now is to comment those methods in the abstract classes. However the proper solution can be to define the methods as standard methods that trow an exception in the upper class so they can be only called if implemented in child classes. There we have a kind of interface with the tools we have in Matlab and Octave.

@javism javism mentioned this issue Dec 5, 2017
@javism javism closed this as completed in #27 Dec 5, 2017
javism added a commit that referenced this issue Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant