Skip to content

missed implementing GCD interface to B Week 5 Programming Assignment Solutions 2 #4

Closed
@kambleaa007

Description

@kambleaa007

interface cant be implemented, Not overriding, its incomplete,
object creation is on class, it should be interface
WRONG B a = new B(); //Create an object of class B
RIGHT GCD a = new B();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions