Computer Science, asked by Brainiest2003, 1 year ago

what is the difference between a General procedure and an event driven procedure

Answers

Answered by mohit534
1
A procedure, in any language, is a self contained chunk of code which carries out a well defined piece of processing. VB has two kinds of procedure - "event" procedures and "general"procedures. An event procedure is "attached" to an object and is executed when the relevant event impinges on that object.
Similar questions