Skip to content

Static class methods and variables #8

@lfkeitel

Description

@lfkeitel

These methods and variables live on the class itself and are not unique to a single instance. Static methods can be called from the class. Calling a static method or static variable from an instance is an exception. Static properties don't belong to an instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language changeChanges to the language syntax or runtime

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions