Skip to Main Content
VB.Net Web Developer's Guide
book

VB.Net Web Developer's Guide

by Syngress
September 2001
Intermediate to advanced content levelIntermediate to advanced
608 pages
23h 46m
English
Syngress
Content preview from VB.Net Web Developer's Guide
Advanced Programming Concepts • Chapter 6 229
and projects.This is useful when you are dealing with many objects. Most of the
objects you use—along with many objects you were familiar with in Visual Basic
6.0—are under the COM tab.
Implementing Interfaces
The use of the Implements keyword has changed from Version 6.0 of Visual
Basic.The Implements statement allows you to use a form of inheritance in
Visual Basic .NET.You can implement a class or an interface in Visual Basic
.NET with the Implements statement. Here is an example:
Public function TestFoo (ByVal sWork as String) as Integer
Implements ImyInterface.Run
An interface is comprised of the methods ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

VB.NET Core Classes in a Nutshell

VB.NET Core Classes in a Nutshell

Budi Kurniawan, Ted Neward

Publisher Resources

ISBN: 9781928994480