Purchase Solution

A sample VB class demonstrating methods and properties

Not what you're looking for?

Ask Custom Question

Visual Basic.NET allows you to create your own classes. Provide an example of a useful class you could create. What methods and properties would you include? Show an example of a method declaration for your class.

Purchase this Solution

Solution Summary

A sample VB class demonstrating methods and properties. A class demonstrates a useful purpose such as calcualting an area of a rectangle.

Solution Preview

Here is an example of a simple class called Rectangle. It will be used to calculate the area and perimeter of the rectangle. The class is initialialized with two parameters - length and width. It can then be used besides storing these two parameters, to calculate the area or perimeter of the rectangle. You can also change the access the length through Length property of ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.