Methods          The member methods are mostly designed inside the class to access the instance variable. Syntax: return_type method_name([arguments]) […]

      A class provides us with two access specifier’s namely         Members declared as “private” in a class cannot be accessed […]

 Java strongly supports the concept of reusability. It is always better if we could reuse something, which is already existing […]