Ramine
unread,Feb 24, 2015, 4:58:29 PM2/24/15You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I have saw some programmers talking about C on the C's forums...
But as you have seen me talking before on my post titled
"Software life cycle" , you have noticed that i have talked about
the criterions that is "Maintainability" and "modifiability",
what i don't like in C is that if you want to group efficiently
functions and some propoerties that are shared inside an
object , you can not do that efficiently as can do Object Pascal
or C++, if you are writing in C you have to use global variables,
but that's not good for "maintenance" and "clarity" of the code,
in C++ or Object pascal you will not use global variables but
you will use an object that enhance the clarity and maintainability...
this is why i don't like C, other than that since Java is garbage
collected it enhance the "Reliability" and "Security" criterions, ADA
also is good at Reliability and security, i think C and C++ score
less on those criterions that are reliability and security than
Java or ADA.
Thank you,
Amine Moulay Ramdane.