answersLogoWhite

0

The ability to reuse the same code at different places in the program with out coping it.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science

What are the drawbacks of procedure oriented programming languages?

Procedural programming is when an application executes a series of procedures. In procedural programming, the user is unable to choose what the program does next. In OOP (Object oriented), the user can click on any button they want, but in procedural, it just executed the pre-set procedures, then ends.


When was object oriented programming invented?

Making it's appearance in the late 1950's and early 1960's, object-oriented programming (OOP) was developed and first used at Massachusetts Institute of Technology.


What is the difference between Object-oriented software engineering and software engineering?

Object-oriented programming is just one possible methodology in the field of software engineering. It is a type of software engineering.See the related questions for a definition of object-oriented programming.


What is the full meaning of COBOL computer term?

COBOL = COmmon Business-Oriented Language. Although it is one of the earliest high-level computer languages, it is still in use today, albeit employing modern programming features including object-oriented programming methods. The latest stable release is getting on for some 10 years old now while OpenCOBOL is perhaps the most common implementation.


What defines the behavior of an object in object-oriented programming and how is it implemented within the programming paradigm?

In object-oriented programming, the behavior of an object is defined by its methods, which are functions that describe what the object can do. This behavior is implemented by creating classes that define the structure and behavior of objects, and then creating instances of those classes to use in the program. The methods within the class determine how the object interacts with other objects and data in the program.

Related Questions

What is the difference between structured oriented programming procedure and oriented programming?

LOTTA


How is it different from the procedure-oriented programming?

How is what different... Please restate the question.


The main emphasis of procedure-oriented is on algorithms rather than on data?

the main emphasis of procedure oriented programming is on algorithms rather than on data


What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow


What do you mean by procedure oriented programming?

A list of instructions telling a computer, step by step, what to do.


What is the different between c and c plusplus?

C is a procedure oriented programming and C++ is a object oriented programming.C++ is a superset of C.


What is first procedure oriented language?

The first procedure-oriented programming language is considered to be Fortran (short for Formula Translation). It was developed by IBM in the 1950s for scientific and engineering computations.


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


Define procedure oriented programming?

The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.


What does an object message correspond to in non-Object oriented programming terms?

A call to a procedure from your main routine.


Why do you need objects in Java programming?

Object-oriented programming provides several advantages, including code re-use and code robustness.


What is problem oriented language?

a program generation activity aims at automatic generation of a program.The source language is a specification language of an application doamain and the target language is typically a procedure oriented programming language.A program execution activity organized the execution of a program return in a programming language on a computer system.Its source language could be a procedure oriented language or a problem oriented language