What is the default access modifier for members of a class in typescript?
Answer Posted / Sakshi Singh
In TypeScript, the default access modifier for members of a class is 'private', unless specified otherwise.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers