Describe each the following: procedural language and object-oriented programming language.
What will be an ideal response?
With aprocedural language, a software developer writes instructions using English-like words that tell the computer what to accomplish and how to do it. For example, ADD stands for addition, or PRINT means to print. Many procedural languages also use arithmetic operators, such as * (asterisk) for multiplication and 1 (plus sign) for addition. Hundreds of procedural languages exist. Only a few, however, are used widely enough for the industry to recognize them as standards.?System developers use anobject-oriented programming (OOP) language or object-oriented application development tool to implement objects in a program. Recall that an object is an item that can contain both data and the procedures that read or manipulate that data. An object represents a real person, place, event, or transaction. A major benefit of OOP is the ability to reuse and modify existing objects. For example, once a system developer creates an Employee object, it is available for use by any other existing or future program. Thus, system developers repeatedly reuse existing objects.
You might also like to view...
The ___________ places components in the specified row and column.
Fill in the blank(s) with the appropriate word(s).
What are the five altitude metaphors for describing use case on different levels? What do they represent?
What will be an ideal response?
Which of the following is a variant of HTML?
A. DML B. BHTML C. XHTML D. TML
How does an EISP address an organization's need to comply with laws and regulations?
What will be an ideal response?