Types of Languages
types of languages :-
1)Procedual
2)Functional
3)Object Oriented
1)Procedual languages ka matlab hota haa a series of well structure steps and produce to compose a program
contain karta ha ake systematic order of statements and command to complete the task.
2)Functional Languages ise mae hum functions ka use karta haa we can reuse again and again
it is a program only in pure function jo ke never modify variables, but only create new one as an output
use hum asa jagha karta haa jaha pae we have to perform lots of different operations on the same set of data first class function.
first class function ka matlab ja par bhi ake function ko dusra function mae reassign kara toa first class function.
a = 10;
c = a;
3)Object oriented : -
the code file and data combine together to form a object
revolve around objects
code + data = object
developed to make it easier to develop, debug, reuse , and maintains software
Comments
Post a Comment