What is encapsulation with simple example in php?

前端 未结 14 1460
谎友^
谎友^ 2020-12-08 02:27

What is encapsulation with simple example in php?

14条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 03:16

    Encapsulation: - wrapping of data in single unit. also we can say hiding the information of essential details. Example: You have a mobile phone.... there it some interface which helps u to interact with cell phone and u can uses the services of mobile phone. But the actually working in cell phone is hide. u don't know how it works internally.

提交回复
热议问题