Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Microsoft C# Professional Projects - Premier Press.pdf
Скачиваний:
177
Добавлен:
24.05.2014
Размер:
14.65 Mб
Скачать

INTRODUCTION TO VISUAL BASIC .NET Appendix B 875

from a base class. Next, the code contains the declarations for the event handlers for the Submit and Exit buttons.

TIP

A major difference in the code of Visual Basic .NET and Visual C# .NET is that the statements in Visual Basic .NET are not followed by a semicolon (;) as in Visual C#

.NET.

Summary

In this chapter, you learned about the various languages of Visual Studio .NET. Visual C# .NET, Visual Basic .NET, and Visual C++ .NET are the three main languages of Visual Studio .NET. In addition, you looked at an overview of Visual Basic .NET.

Next, you learned about the different features of an object-oriented programming language. These features include abstraction, encapsulation, inheritance, and polymorphism.

You also learned about the various components of Visual Basic.NET, such as variables, constants, operators, arrays, collections, procedures, arguments, and functions. In addition, you learned to create a simple Visual C# .NET Windows application. Finally, you learned to create the same application by using Visual Basic .NET.

This page intentionally left blank

Appendix C

Visual Studio .NET

Integrated

Development

Environment