answersLogoWhite

0


Best Answer

Object oriented programming requires objects generally represented as classes to "talk" to other objects via methods/functions. This is a different approach from procedural languages where a procedure i.e. steps were constructed and written in the form of a flow chart.

For object-oriented programming the "flow" between objects is more important than the construction of a program. For this we use class diagrams. (using tools like rational rose). The methods themselves where the functioning takes place are so small and simple that for constructing them a flow chart is generally not required for a seasoned programmer. Thus, flowcharts are simply not a good instrument for oo programming because here data is given much more importance than the procedures that operate on them.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why flowcharts are not good for object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is vbnet a SOA programming language or Object Oriented Programming Language?

Visual Basic is an Object oriented programing language, like C++. A good example of an SOA program language is C#. can you explain with reasons........? i agree with you .... I want to confirm the reason why it is so ...


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


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What is pure object oriented language?

Object-oriented (OO) applications can be written in either conventional languages or OOPLs, but they are much easier to write in languages especially designed for OO programming. OO language experts divide OOPLs into two categories, hybrid languages and pure OO languages. Hybrid languages are based on some non-OO model that has been enhanced with OO concepts. C++ (a superset of C), Ada 95, and CLOS (an object-enhanced version of LISP) are hybrid languages. Pure OO languages are based entirely on OO principles; Smalltalk, Eiffel, Java, and Simula are pure OO languages.Reference: Tokar, Joyce L. "Ada 95: The Language for the 90's and Beyond."" According to me JAVA is not a pure oop Language ,because java contains primitive datatypes that's not an Objects."SmalltalkEiffeljavaa programming language that includes all the oops concepts i,e object, class , inheritance,abstraction, encapsulation, data binding, and message passing is called a completely object oriented programming.. example:java.


List advantages of Object Oriented Pascal programming language?

Object-Oriented Programming has the following advantages over conventional approaches: * OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where implementation details are hidden and the unit has a clearly defined interface. * OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones. * OOP provides a good framework for code libraries where supplied software components can be easily adapted and modified by the programmer. This is particularly useful for developing graphical user interfaces.

Related questions

Is vbnet a SOA programming language or Object Oriented Programming Language?

Visual Basic is an Object oriented programing language, like C++. A good example of an SOA program language is C#. can you explain with reasons........? i agree with you .... I want to confirm the reason why it is so ...


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 can one be good at math but bad at science essay writing and computer programming?

It's simple really, there are people who are mathematically oriented but not science oriented


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What is pure object oriented language?

Object-oriented (OO) applications can be written in either conventional languages or OOPLs, but they are much easier to write in languages especially designed for OO programming. OO language experts divide OOPLs into two categories, hybrid languages and pure OO languages. Hybrid languages are based on some non-OO model that has been enhanced with OO concepts. C++ (a superset of C), Ada 95, and CLOS (an object-enhanced version of LISP) are hybrid languages. Pure OO languages are based entirely on OO principles; Smalltalk, Eiffel, Java, and Simula are pure OO languages.Reference: Tokar, Joyce L. "Ada 95: The Language for the 90's and Beyond."" According to me JAVA is not a pure oop Language ,because java contains primitive datatypes that's not an Objects."SmalltalkEiffeljavaa programming language that includes all the oops concepts i,e object, class , inheritance,abstraction, encapsulation, data binding, and message passing is called a completely object oriented programming.. example:java.


List advantages of Object Oriented Pascal programming language?

Object-Oriented Programming has the following advantages over conventional approaches: * OOP provides a clear modular structure for programs which makes it good for defining abstract datatypes where implementation details are hidden and the unit has a clearly defined interface. * OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones. * OOP provides a good framework for code libraries where supplied software components can be easily adapted and modified by the programmer. This is particularly useful for developing graphical user interfaces.


How can object orientation reduce system maintenance cost?

Personal opinion. It can't. Crap code is crap in object oriented or otherwise. Great code is great code object oriented or otherwise. Maintainable code is maintainable even if it's written in clear, well documented procedural assembly language. Second opinion if the first wasn't any good : Since all university students are taught object oriented programming these days and ALL modern programming languages that have documentation worth reading are object oriented, it means that the alternatives are simply harder to find people who can program anymore. Third answer that you can write on your homework assignment after reading it here instead of reading it in the book the teacher made you buy and assigned you a chapter to read from. This way you can plagiarize this answer instead of having to read and formulate your own answer by actually understanding what you've read :) Object oriented programming allows the creation of individual source code entities that while theoretically can be reused or extended without rewriting large portions of code, are generally more useful for containing code in modules which are easier to understand than is the case in procedural programming where code is often structured like spaghetti on a larger scale. For extra credit. Object oriented code when structured like spaghetti is generally easier to detangle than procedural spaghetti as dependencies are typically consolidated to within an object as opposed to spread across the entire project.


Why java is certifiction?

java is a object oriented langage,that is indepentant platform. java is full object oriented language. java is access any operating system.so java is good certification of program in runtime environment.


What all the skills in core java?

What skills do you need to become a good Java programmer?A good grounding in object-oriented theory.An understanding of the component-based programming paradigm.Understand potential emplorers' business processesServer side JDBC, socket, multi-threaded, algorithmic, and high throughput development.Be very hands on and skilled in building systems and programming frameworks from the bottom up.


Is Computer Programming difficult?

Yes, but Microsoft Visual Studio will get you going - you can download a free trial version. Visual Basic is quite straightforward to learn bits that you may need for projects and you can get going quite quickly. C++ & Java are more powerful but quite complex but once you get good at Basic and understand XML, threads, classes, object oriented programming you'll soon be on your way with them.


What means c?

C means lots of things. It is the 3rd letter of the alphabet. It is a vitamin which prevents scurvy. It is a programming language. It is a passing grade, but not a particularly good grade, being inferior to A and B. It is all these things and more.


Characteristics of Java?

Java is renouned as one of the most classic OOP engines. OOP or object oriented programming reduces all functions to various tasks of objects. A heirarcy of classes of objects all inherit the knowledge and aptitude of class they "extend". Eventually, every object can be traced back to the class "Object". Java is known as a very common language, with a structure that can be a good starting point to jump to almost any language.