Simple way to understand Encapsulation and Abstraction

后端 未结 15 1138
谎友^
谎友^ 2020-11-27 09:47

Learning OOP concepts especially interested to understand Abstraction and Encapsulation in depth.

Checked out the below already

Abstraction VS Information Hi

15条回答
  •  抹茶落季
    2020-11-27 10:41

    data abstraction: accessing data members and member functions of any class is simply called data abstraction.....

    encapsulation: binding variables and functions or 1 can say data members or member functions all together in a single unit is called as data encapsulation....

提交回复
热议问题