give an example for encapsulation?



give an example for encapsulation?..

Answer / Himanshu Saxena

Encapsulation can be demonstrated through a class named Employee, where the data members like name, age, and salary are private and can only be accessed by public getter and setter methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the important features of Java 8 release?

1 Answers  


What should I import for arraylist in java?

1 Answers  


How we can execute any code even before main method?

1 Answers  


What is private protected in java?

1 Answers  


why java does not have operator overloading?

2 Answers  


Why are generics used?

1 Answers  


What is unicode?

1 Answers  


What are the 8 primitive data types in java?

1 Answers  


what are the states associated in the thread? : Java thread

1 Answers  


How many arguments can be passed to main ()?

1 Answers  


what is abstract method with example?

6 Answers   Infosys, Virtusa,


What is hasnext in java?

1 Answers  


Categories