Answers for "encapsulation in java with example programs"

0

what is encapsulation in java

1-ENCAPSULATION: We can hide direct access to data by using
private key and we can access private data by using getter and
setter method.
Posted by: Guest on January-05-2021

Code answers related to "encapsulation in java with example programs"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language