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
.NET Programming Fundamentals • Chapter 5 201
End Get
End Property
Public Sub Drive()
'make vehicle drive
End Sub
End Class
Even though our Drive procedure doesn’t do anything, you can see how easy
it is to create class methods. If the procedure had been declared as Private,it
could be called only within the class and would not be available outside the class.
System.Object
Everything in .NET is derived from the System.Object class.You can think of it as
the super class or root of all classes in .NET.When a class is created, it automati-
cally inherits the properties and methods of the System.Object. Everything in
.NET is an object, therefore everything in ...
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