PROGRAMMING PARADISE
PROGRAMMING PARADISE A fundamental style of programming that defines how the structure and basic elements of a computer program will be built, is called programming paradigms. The style of writing programs and the set of capabilities and limitations that a particular programming language has, depends on the programming paradigms it supports. MONOLITHIC PROGRAMMING :- It descit matter about whether it is step by step or not, it just want a result. PROCEDURAL PROGRAMMING :- It defines alogorithem of a program. STRUCTURAL OR STRUCTURED PROGRAMMING :- It divides the whole module of the program in small – small sub modules. It is function sensitive . Ex :- C. TOP – DOWN PROGRAMING APPROACH :- It is dividing a whole large module into small-small sub modules at which the programming can be very easy to perform. OBJECT ORIENTED PROGRAMMING :- The top-down programing apporoach is not scalable, but it is . Itt focuses on data and to manipulate it,...