Start - Object Oriented Programming
Object
Any imaginary or real world entity is called an Object
Entity
Any thing which can produce some affects or which can get affected by programming process
Object Oriented Programming
A type of programming in which all the programming instructions are processed by the objects, on the objects
Software
A collection of programming instructions, which perform any specific task for which the software has been written
Software Instructions
These are special type of commands, sent to computer in order to perform certain tasks for which the instructions have been written
Software Development
Software development is a process which converts real world problems and work flows to computerized based systems
Software Development Environment - SDE (Integrated Development Environment - IDE)
A full featured environment which has all the tools required to create software. A typical software development environment consists of Editor, Compiler and Debugger
- Editor
A software which helps in writing software instructions (source code) editor
- Compiler
A software that converts the human readable software instructions (source code) into computer instruction
- Debugger
A software which helps in detecting and removing software bugs and malfunctions from software instructions (source code)
Java language contains full featured software development environment, you can check http://java.sun.com for more details |