answersLogoWhite

0


Best Answer

Object Oriented Programming is the technique to create programs based on the real world..object oriented programming model programs are organized around objects and data rather than actions and logic. In OOP based language the principal aim is to find out the objects to manipulate and their relation between each other.OOP offers greater flexibility and compatibility and is popular in developing larger application.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

I think dependig on the generation of the language .Becouse 1,2,3, generation languages do not even have the characteristics object oriented programming

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make an program in object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Object oriented design and procedural oriented design?

In object oriented programming main role plays objects and classes, in structure programming all programmes are represented as structures of block's, in procedure programming - that means high level programming languages, which are based on process description (sequence of processes) - all programmes are described like a set of subprogrammes or procedures.For more information you may search these articles:http:/en.wikipedia.org/wiki/Object-oriented_programminghttp://alarmingdevelopment.org/?p=9http:/en.wikipedia.org/wiki/Procedural_programming


What is redundant code in object oriented programming language?

The basic idea is to duplicate as little code as possible. This helps make the program shorter, but especially, it makes it easier to maintain - if there is an error, or you want to add a feature, you do the change in a single place.


What is sequential programming language?

In the early days of computing, the dominant programming languages weresequential(such as basic or assembly language). A program consisted of a sequence of instructions, which were executed one after the other. It ran from start to finish on a single processor.reference: http://code.google.com/edu/parallel/mapreduce-tutorial.html


How is object oriented programming language easier to use than procerdural programming language?

object oriented programing helps better modeling the world as we humans see it, while functional and procedural programming is for the mathematicians P.O.V. harder to maintain the code, and for me , harder to understand imperative(functional) code over side effect code(OOP) OOP is more intuitive by the grasp of the model to the mind, as it stands to help better model the mind, though most developers i have see so far, can really make a good simulation for the world in order for the code to be more coherent. OOP is Object Oriented Programming P.O.V is Point Of View


How do object oriented design and structure design differ?

Object Oriented programming is a superset of structured programming. Structured programming is as follows:--Program startvarvarvarfunction { ... }function { ... }function { ... }main { ... }--- Program EndYou have units of code, which operate on variables, and are called in reference to those variables, to follow a structure acting on those variables.Object oriented is as follows:--- Program Startobject {varvarfunction { ... }function { ... }function { ... }}varvarfunction { ... }main { ... }--- Program endVariables can be objects, which have their own data and functions. Think like C and structures, except structures can have functions "in them" which operate specificly on their own data. Thus, instead of referencing a function (a block of code) and telling it to operate on a variableq you reference an object and tell it to perform an operation, most often on itself, specific to itself, using its own data. Instead of creating units of data to pass to functions which operate on them, you create objects and have them perform operations [on themselves].Functions attached to objects don't need a specific name; rather than task_struct_sort_children(task) and acl_rules_struct_sort_children(task), you can have task and acl_rules with task->sort_children() and acl_rules->sort_children(), which have completely different specific function but the same logical function, and operate on the specific instance of the object.structured oriented programming and object oriented programming have some features of similarities, but the distinction between the two is that the former relies to the GOTO statements thus the developer has a tendency to confuse while the latter is subgrouped from objects, classes, methods and hierarchies.

Related questions

Thw importance of ASP.net?

Object Oriented Programming is a subset of structured programming. After objects are created in a program, you use those objects and their methods to operate the program. In structured programming, you have a program with many methods in which you can use. One difference between structured programming and object-oriented programming is that structured programming uses the data that is given to them through parameters, while in object-oriented programming, the methods act upon the object's data (fields). This makes programming much easier because the fields are all there and you do not have to make sure that the correct field is passed to the correct method. All you have to do is call which field you want to work with.


What is the need of object oriented system?

There is no strict need for object oriented programming, people have programmed for a long time without it. However, OOP does make programs much easier to program, and to maintain - once you graps the basic ideas of OOP.There is no strict need for object oriented programming, people have programmed for a long time without it. However, OOP does make programs much easier to program, and to maintain - once you graps the basic ideas of OOP.There is no strict need for object oriented programming, people have programmed for a long time without it. However, OOP does make programs much easier to program, and to maintain - once you graps the basic ideas of OOP.There is no strict need for object oriented programming, people have programmed for a long time without it. However, OOP does make programs much easier to program, and to maintain - once you graps the basic ideas of OOP.


Why you need to make c plus plus?

To provide tools for object oriented programming.


Why 'C' is sequential language?

C is sequential id est procedural - it has no abstraction layer to facilitate the object oriented programming paradigm... However this can be coded in if required and is - in the case of objective C. Procedural or sequential programming basically means that the program in question is broken down into a sequence of steps or instructions and these are followed in order to make the program function. This is done in a linear fashion.Due to being sequential and procedural C does not have the "Bloat" of the C++ object oriented programming model. Therefore the programs are smaller and generally faster.


Object oriented design and procedural oriented design?

In object oriented programming main role plays objects and classes, in structure programming all programmes are represented as structures of block's, in procedure programming - that means high level programming languages, which are based on process description (sequence of processes) - all programmes are described like a set of subprogrammes or procedures.For more information you may search these articles:http:/en.wikipedia.org/wiki/Object-oriented_programminghttp://alarmingdevelopment.org/?p=9http:/en.wikipedia.org/wiki/Procedural_programming


What are the benefits of using Object orientation programming?

Say I need to make a program that displays a triangle, a square, and a circle, which each make a different noise when clicked. If I were to make them procedurally, it would take more code than if I were going to make them object-oriented. Also, say I wanted to add an amoeba. If I was using object-oriented code, I would not have to touch already tested code. There are many benefits, apart from that example, but they are too many to say here.


Why c plus plus is called as oops?

OOP means "object oriented programming" this means that you can make objects instead of C where you use procedural programming (it's advance try to google it :) )


What is redundant code in object oriented programming language?

The basic idea is to duplicate as little code as possible. This helps make the program shorter, but especially, it makes it easier to maintain - if there is an error, or you want to add a feature, you do the change in a single place.


Is structured programming an OOP principle?

No. Structured programming came before object-oriented programming. Most OOP languages make use of structured programming, but only because they were already using structured principals, not because they now use OOP principals.


What is sequential programming language?

In the early days of computing, the dominant programming languages weresequential(such as basic or assembly language). A program consisted of a sequence of instructions, which were executed one after the other. It ran from start to finish on a single processor.reference: http://code.google.com/edu/parallel/mapreduce-tutorial.html


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


How is object oriented programming language easier to use than procerdural programming language?

object oriented programing helps better modeling the world as we humans see it, while functional and procedural programming is for the mathematicians P.O.V. harder to maintain the code, and for me , harder to understand imperative(functional) code over side effect code(OOP) OOP is more intuitive by the grasp of the model to the mind, as it stands to help better model the mind, though most developers i have see so far, can really make a good simulation for the world in order for the code to be more coherent. OOP is Object Oriented Programming P.O.V is Point Of View