English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What advantages and disadvantages do you see?

2006-12-04 13:00:40 · 3 answers · asked by Christina 2 in Computers & Internet Programming & Design

3 answers

Although C#'s "delegate" feature supports event-driven application frameworks like Windows Forms, I don't consider C# itself an "event-driven" programming language. Visual Basic programs, for example, do most of their useful work in response to events; this is not true of typical C# console programs. Instead, I'd say C# is a "component-oriented" programming language that provides direct support for event handling, and the flexibility this offers programmers is one of C#'s advantages.

2006-12-04 16:00:59 · answer #1 · answered by Michael 2 · 0 0

Yes, handling events is one of the main features of the language. It's used of user interaction and also for monitoring internal elements' execution.

I don't see any advantage or disadvantage on the language itself. It depends on how you use it.

2006-12-04 15:13:54 · answer #2 · answered by dmantilla 1 · 0 0

no i think its object oriented

2006-12-04 13:11:29 · answer #3 · answered by Sad Mom 3 · 0 0

fedest.com, questions and answers