Re: procedural vs object oriented



On 26 Apr 2006 01:16:04 -0700, Ananth the Boss wrote:

i am working in Ada based flight software development project.as a
means of improving i took to the CASE tool based development.ours is a
procedural approach of development.but the commercial CASE tools speak
a lot about class/object/UML.how will this suit for procedure oriented
development where we dont have necessity to identify classes and do
detailed design as mentioned in OO aproach

I would not equalize OO with UML.

Ada is a nice language. You'd probably need less tools when working in Ada,
either OO or not.

Class/object is a different story. Even if you don't need OOA for your
problem space. It depends on how much code you'd like to reuse. You can use
generics for that, or tagged types, which are traditionally counted for OO
and "classes." But in any case you will need to identify and refactor
these.

--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
.



Relevant Pages

  • Re: A simple ADA puzzle (I havent the answer)
    ... > I don't know if you've been following the Improving Ada's ... > Image thread, but this is a perfect illustration of what I ... New Ada users, ... consequences in compilers, and that makes the cost too high to contemplate). ...
    (comp.lang.ada)
  • Re: procedural vs object oriented
    ... means of improving i took to the CASE tool based development.ours is a ... procedural approach of development.but the commercial CASE tools speak ... We tried a project using OO and I think it is pretty safe to say we didn't ... According to Robert Dewar during FOSDEM, ...
    (comp.lang.ada)
  • Re: procedural vs object oriented
    ... means of improving i took to the CASE tool based development.ours is a ... procedural approach of development.but the commercial CASE tools speak ... If you don't _know_ how to do good OO with Ada, I'd recommend against it. ... We tried a project using OO and I think it is pretty safe to say we didn't ...
    (comp.lang.ada)