PHP oops encapsulation ( Tutorial - 3 )

preview_player
Показать описание
Object Oriented Programming in PHP , Encapsulation or Data Hiding

-~-~~-~~~-~~-~-

When we talk about the oops concept Encapsulation is a key feature. Encapsulation Works in two phases. First it ensure that all your data should be bound in a container
Second key phase of encapsulation is that it provide you the security from outside by hiding the information. You can declare data with different visibility.
The accessibility can be public protected or private
This is called information hiding. This is the feature of OOPS Programming.
Рекомендации по теме
Комментарии
Автор

i seen many many videos to understand classes and objects in php i didn't get the clarity as much as i get clarity in your videos thanks you sooo much to making videos on php language. i learn a lot from your videos.

mymamascooking
Автор

hello sir that's good work i mean i like your tutorial

vijaysalve
Автор

good thanks for discuss encapsulation.

shubhamtechnical
Автор

thanx sir and good tutorials for beginers add some more videos (image upload in PHP, validation in PHP, INSERT, DELETE < UPDATE in PHP)

ashishpanwar
Автор

Very Nice Tutorial For PHP in OOP Understanding For Beginners. Thank You, Sir.

chitranjanmukhiya
Автор

In deposit(), else block should have The way you have mentioned, everytime with a deposit, balance is going to be reset.

saurabhsuri
Автор

I was going through your tutorials. They are really very good and helpful. Can you please upload a tutorial on design patterns in php?

bhupenderyadav