Object - Oriented Object-oriented means we organize our software as a combination of different type of object that incorporates both data and behavior. Object oriented programming (OOPs) is a methodology that simplify software development and maintenance by providing some rules. Basic concept of OOPs :- Object Class Inheritance Polymorphism Abstraction Encapsulation Platform-Independent A platform is the hardware and software environment in which a program runs. There are two types of platform software-based and hardware-based. Java provide software-based platform. The java platform differ from most other platform in the sense that is a software-based platform that runs on the top of other hardware based platforms. Its has two components. Running Environment API (Application programming interface) Java code can be run on multiple platform. Eg., windows,Linux, Sun Solaris, Mac/os ETC. Java code is compiled by the compiler and converted ...
it is a learning and understanding programming language hub .. its for beginners