Unit 1 - Introduction To OOP
Unit 1 - Introduction To OOP
Structured Programming
▪Emphasis on logic more than data or action
▪The steps of programming (algorithms) are more emphasized
▪C, Pascal, FORTRAN, and similar languages are procedural
languages i.e., each statement in the language tells the
computer to do something
▪A program in a procedural language is a list of instructions:
Get some input, add these numbers, divide by six, display that
output, and so on