2024年7月18日 00:34

List of Access Modifiers Supported by TypeScript

  1. public - Public modifier: accessible from anywhere.
  2. private - Private modifier: accessible only within the class.
  3. protected - Protected modifier: accessible within the class and its subclasses.
标签:TypeScript