Skip to content

Prototype Design Pattern #41

@code-xplorer

Description

@code-xplorer

In the sample code of Prototype Design pattern, the User class is declared as an abstract class but just below that it's been instantiated with the new keyword which is a syntax error in Java as objects of Abstract classes can't be created.

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