From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e8023133274ae02c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail From: "Ananth the Boss" Newsgroups: comp.lang.ada Subject: procedural vs object oriented Date: 26 Apr 2006 01:16:04 -0700 Organization: http://groups.google.com Message-ID: <1146039364.130635.181590@v46g2000cwv.googlegroups.com> NNTP-Posting-Host: 203.200.153.7 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1146039372 8404 127.0.0.1 (26 Apr 2006 08:16:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 Apr 2006 08:16:12 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 ag0.vssc.org:8000 (Squid/2.4.STABLE6) Complaints-To: groups-abuse@google.com Injection-Info: v46g2000cwv.googlegroups.com; posting-host=203.200.153.7; posting-account=OvrGOQwAAACBMesH2Qn9O80QIhYyyouK Xref: g2news2.google.com comp.lang.ada:3931 Date: 2006-04-26T01:16:04-07:00 List-Id: 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