PROGRAMMING LANGUAGE ARE MAINLY OF THREE TYPES. THEY ARE
1. Procedure Oriented
Ex: C
C program structure is divided into some procedure i.e some functions.
2. OBJECT ORIENTED
Ex: C++,JAVA
These are the languages that supports OOPS concepts
(Oops concepts- ENCAPSULATION, DATA ABSTRACTION,INHERITANCE,etc,.
3. OBject based
Ex: JAVA SCRIPT
These are the languages that supports all OOPS CONCEPTS except INHERITANCE.