Based on this theory, the attributes of a category are created non-public to hide and safeguard them from other code. class Circle // The radius area private double radius; general public Circle(double radius) this.radius = radius; // The radius property community double getRadius() return radius; public void setRadius(double radius) // https://smartworldeveloper.in/