filmov
tv
Accessibility in Programming - Programming For Beginners | #20

Показать описание
Programming for Beginners: Accessibility in Programming
When you write your program with an object-oriented programing approach, almost always, you want to put some restriction on how different objects in your program have access to other objects. This will become critical when you are writing an API to be used.
In this video we will talk about accessibility and how you can set the restriction on different objects using the key words: private, public and protected. These keywords are presented in every language that supports an object-oriented approach.
Chapters:
00:00 Accessibility in Programming
When you write your program with an object-oriented programing approach, almost always, you want to put some restriction on how different objects in your program have access to other objects. This will become critical when you are writing an API to be used.
In this video we will talk about accessibility and how you can set the restriction on different objects using the key words: private, public and protected. These keywords are presented in every language that supports an object-oriented approach.
Chapters:
00:00 Accessibility in Programming