Why flowcharts are not good for object oriented programming?

Flowcharts not good for OO Programming

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.

Improve Answer Discuss the question "Why flowcharts are not good for object oriented programming?" Watch Question

First answer by ID1001963066. Last edit by ID1001963066. Question popularity: 10 [recommend question]

Research your answer:

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > Why flowcharts are not good for object oriented programming?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.
What types of flowcharts used in a system design?  What are the advantages ad disadvantages of flowcharts?