5 Computer -- OOP Concept

Differentiate between procedural and object-oriented language.

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

More questions on OOP Concept

Close Open App