Object Oriented Approach

Java is one of the commonly used object-oriented programming languages. It is developed specifically for creating distributed programs on shared networks and on the World Wide Web.

Programming is often seen as the integration of logical statements, not as the process of defining data. The concept used in object-oriented programming is about focusing on the objects to be manipulated rather than the logic to be applied in the process. The objects involved in the object-oriented programming range from human beings (defined by name, address, and so forth) to locations (whose properties can be specifically defined and managed) and even tools that you use on your computer (such as navigation bars and action buttons). In a program using the object-oriented approach, the procedures are logically arranged to take input data, apply the definite process and then produce a data output.

Continue reading Object Oriented Approach