Clear concept about Visual Programming
I am having problem knowing about Visual Programming so asking you if anyone knows in details. Anyone knows clearly about Visual Programming? Is this Object Oriented programming? What are the Visual softwares?
I am having problem knowing about Visual Programming so asking you if anyone knows in details. Anyone knows clearly about Visual Programming? Is this Object Oriented programming? What are the Visual softwares?
Greetings,
Visual programming is language that deals with manipulating program elements graphically rather than textually. A good example of visual programming is visual basic (VB 6.0), which is more attractive then the textual based DOS. Visual programming emphasizes more on visual expression making easy for user interaction. Due to visual effect the user feel more comfort to use the software.
Yes, Visual programming language is object oriented programming.
Following are the visual software's:
Thanks & Regards,
Robert.
Hello Aamir,
Human:
Flowcharts can easily translated in a procedural programming language like C or Pascal. We also have seen that the CPU don't understand C or Pascal, indeed a program named compiler translates these high-level. Procedural programming languages in machine language that CPU can understand.
Computer:
VPLs seem to break this classification because now, it is the closest to the human language, to the physics and, for sure, the real world.
Imagine a development environment able to understand flowcharts, is it ok? You'll got a visual programming language. So we can say that a VPL adds a human-friendship level to the family of the programming languages.
But you can also imagine a development environment where you can put some electronic components, connect them and finally simulate the final work of your circuit. Add some input/output interfaces and you can transform your computer in some strange electronic or audio device. Add some digital processing device and your program can interact with the real world.
If you are thinking about Object Oriented languages you consider that many of these languages use boxes and arrows where boxes are the entities and the arrows are the relations.
We can divide these languages in two big categories:
VPLs are often used in education, a child can have more fun by colored blocks than lots of code.
Here's some stuff :
I hope you will enjoy my info,
Regards,
anrewbst.