What are the differences between procedure-oriented programming and object-oriented programming?

What will be an ideal response?


When using the procedure-oriented method to create a program, the programmer concentrates on the major tasks that the program needs to perform.  A programmer using the procedure-oriented method typically assigns each major task to a function, which is the primary component of a procedure-oriented program.  ??The primary component in an object-oriented program, on the other hand, is an object. An object is anything that can be seen, touched, or used. In other words, an object is nearly any thing. When writing an object-oriented program, the programmer focuses not only on the tasks the program must perform, but also on the objects that the program can use to perform those tasks.

Computer Science & Information Technology

You might also like to view...

Describe the physical and logical security consideration when planning an SQL Server 2012 installation.

What will be an ideal response?

Computer Science & Information Technology

Identify the compiler errors in Problems and state what is wrong with the code.

``` #include using namespace std; int main() { float numbers[100]; int j; cout << numbers; } ```

Computer Science & Information Technology

What is Child combinators?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is used along with the width property to configure centered page content?

a. margin-left: auto; margin-right: auto b. margin: top-10, left-0, right-0, bottom-10; c. margin: 15px 0 5px 0; d. margin: 20px;

Computer Science & Information Technology