Skip to content

Conversation

@graceemetz
Copy link
Owner

Created an abstract class and fixed some things from the interface assignment

Copy link

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solid work.

public boolean equals(Object o) {
Neuron object = this.newInstance();

if (!(o == null || this.getClass() != o.getClass())) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a peek at how this is implemented in the common methods slides.

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

Successfully merging this pull request may close these issues.

3 participants