// Access modifiers are nothing but a set of keywords used to control the access of data and methods stored inside the class. // There are 3 types of access modifiers in TypeScript: public, protected ...