Please enable JavaScript.
Coggle requires JavaScript to display documents.
Features of Programming Paradigms (Event Driven (Buttons, Forms, Image…
Features of Programming
Paradigms
Event Driven
Buttons
Forms
Image Button
GUI
Url Button
Labels
Text boxes
Check boxes
Option (Radio) buttons
Events
Handlers
Triggers
Picture box
Date/Time Picker
Combobox
Message boxes
Procedural
Functions
Procedures
Calls
Module
Object Oriented
Inheritance
Abstraction
Encapsulation
instantiation
Polymorphis
Methods
Class
Attributes
Object
Common Features
Integer
Long / ulong (64 bit)
short / ushort 16 bit
Byte / Sbyte (8bit)
int / uint 32 bit
Date
Date
Time
boolean
False
True
String
char
Scope
Syntax And Structure
Constructs
Loops
Repeat
For
While and Do ....While
For Each
Sequence
Conditional
IF....Then....Else
Switch ... Case ....