Java Advance Go Back Applying encapsulation principles to a class views 10:36 Encapsulation is a process of binding the variables and the methods together to create a singleunit. With this object oriented principle of Java, the variables of a class can be hidden fromthe other classes and can be used by the methods of thesame classes. Create if and if/else constructs Using a switch statement Creating and Using Arrays Multidimensional Array Using Loop constructs Creating and using Do/While loops Working with Methods and Encapsulation Assignment of Object referance variables Arguments and Parameters Applying static keywords to methods and fields Defualt constructor and User defined constructor Applying access modifiers Applying encapsulation principles to a class