What is an event and an event- driven programming language?
Answers
Answered by
5
Event as anything that is happening with the program. Let it be Mouse click, keypress, keyup or anything else that you can think of. Event driven programs executes based on the events performed on the program. So, if the key is pressed, the program will execute some set of instructions.
Similar questions