Encapsulation
Encapsulation
NAME:______________________________________ YEAR|SECTION:_____________________
PROBLEM : Write a Java program to create a class called Product with private instance variables
productName, productCode, and price. Provide public getter and setter methods to access and
modify these variables. Add a method called applyDiscount() that takes a percentage and
reduces the price by that percentage.
PROGRAM OUTPUT :