Differentiate between procedural and object-oriented language.
| Basis of comparision | Procedure | Object Oriented | 
| Emphasis | Emphasis is on doing things | Emphasis is on data rather than procedures. | 
| Debugging | Debugging process is very difficult | Debugging process is very easy | 
| Secure | It is less secure | It is more secure | 
| Memory | It needs very less memory | It needs more memory | 
| Examples | C, FORTAN | C++,JAVA,NET | 
