TypeScript class private method access issue in subclass with inheritance
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-13
typescript class inheritance access-modifiers
I'm running into an issue with accessing private methods in TypeScript when using class inheritance. I have a base class `Animal` that has a private method `mak...