What is encapsulation in laravel?

More
2 months 4 days ago #1389 by Elias
What is encapsulation in laravel? was created by Elias
What is encapsulation in laravel?

Please Log in to join the conversation.

More
2 months 4 days ago #1390 by Elias
Answered by Elias on question What is encapsulation in laravel?
Encapsulation is the mechanism that binds together code and the data it manipulates, and keeps both safe from outside interference and misuse. The wrapping up of data and methods into a single unit (called class) is known as encapsulation.

Please Log in to join the conversation.

Time to create page: 0.198 seconds