Introducton To Framwork
Different approaches to the development process tend to establish programming paradigms . By the paradigm in this case we mean a class of programming languages that is formed according to the style of programming. A paradigm can be concerned with the way the code is organized or with the style of syntax and grammar. Some languages relate to only one paradigm, others – to multiple paradigms. This Session We Talk contrast declarative and imperative paradigms. Ok First We learn About Imperative paradigm . Imperative paradigm is a programming paradigm uses statements that change a program's state. It is based on the von Neumann-Eckley model of a computer. In much the same way that the imperative mood in natural languages expresses commands, an imperative program consists of commands for the computer to perform. Imperative programming paradigm focuses on describing how a program operates. Imperative paradigm is the oldest Programming paradigm. Procedural abst...