+ 6
What is encapsulation
7 Respostas
+ 4
This question for NICL interview
+ 8
Encapsulation means combination of information or properties in a single unit.
+ 6
Encapsulation is a mechanism of wrapping all your variables and methods inside a single unit and you can take a class as an example.
+ 3
Creating methods to use functionality
+ 1
Encapsulation is a mechanism of wrapping all your variables and methods inside a single unit and you can take a class as an example.
Encapsulation is a process of binding the data members and member functions into a single unit. class is the real time example for encapsulation because it will combine a various type of data members and member functions into a single unit.
0
Encapsulation is a process of binding the data members and member functions into a single unit. class is the real time example for encapsulation because it will combine a various type of data members and member functions into a single unit.