Access Specifiers or Access Modifiers in Python-(Public, Private and Protected keywords)

Access Modifiers: Access specifiers or access modifiers in python programming are used to limit the access of class variables and class methods outside of class while implementing the concepts of inheritance. This can be achieved by: Public, Private and Protected keyword.


  • Share
  • Tweet
  • Share
  • Whatsapp