Tuesday, 11 November 2014

Suitability of Procedural Languages for Graphical Applications.

Suitability of Procedural Languages for Graphical Applications.

Procedural programming is most definitely suitable for making graphical applications, this is because procedural programming allows you to keep re-reusing a block of code over and over again. It is also known as one of the best alternatives for making graphical based applications due to operating systems such as Linux. Also graphical applications have to be given certain and specific steps in order to work and because of this it is a perfect match with procedural programming as the whole concept of procedural programming languages are to set straight and simple or in other words specific steps for a program to work. However there are better methods for graphical applications out there. Procedural programming is suitable for making graphical based application however they are not the best. A better method to use is Event driven programming as they are made for the purpose of making graphical applications.






This is my Example of a graphical application, as you can see when you run this program a pop up box pops up and ask's for your name. There are many techniques to make a graphical application and procedural programming is one of them however it is not the best way , in my opinion event driven programming is the best way to create graphical based applications. 





No comments:

Post a Comment