Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Dog

Hierarchy-Diagram

UML class diagram of Dog

Legend

icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for a public property in the UML class diagram public property
icon for a protected property in the UML class diagram protected property
icon for a public method in the UML class diagram public method
italic abstract property/method

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Dog(name: string, age: number): Dog

Properties

Protected age

age: number

name

name: string

Methods

speak

  • speak(): string
  • Returns string

    how animal speak

Generated using TypeDoc