Re: procedural vs object oriented
- From: "Dmitry A. Kazakov" <mailbox@xxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Apr 2006 14:52:50 +0200
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
.
- References:
- procedural vs object oriented
- From: Ananth the Boss
- procedural vs object oriented
- Prev by Date: Re: procedural vs object oriented
- Next by Date: Re: where exactly c++,c fail and Ada gets thru'
- Previous by thread: Re: procedural vs object oriented
- Next by thread: Re: procedural vs object oriented
- Index(es):
Relevant Pages
|