Skip to main content Accessibility help
×
Hostname: page-component-5c6d5d7d68-ckgrl Total loading time: 0 Render date: 2024-08-10T09:17:22.525Z Has data issue: false hasContentIssue false

Chapter 5 - Access Modifiers

Published online by Cambridge University Press:  06 July 2010

Michael McMillan
Affiliation:
Pulaski Technical College, Arkansas
Get access

Summary

One of the most confusing aspects of OOP is determining the proper access modifier to use for classes and class data members and methods. If you provide too much scope for a data member or method, you risk violating data encapsulation, leading to unwanted data access. If your scope is too restrictive, other classes that need access to a class's data or methods won't be able to access them. In this chapter we discuss the different access modifiers, how they are used to manage class member and method scoping, and when to use each modifier. At the end of the chapter we discuss how these access modifiers work with classes themselves.

The access modifiers available in VB.NET are the following:

  • Public

  • Private

  • Protected

  • Friend

  • Protected Friend

We also discuss the modifier Shadows in this chapter. A method declared as Shadows in a derived class hides any methods in the base class with the same name. In effect, a method that shadows another method redefines the shadowed method's behavior.

PUBLIC ACCESS

A class member or method marked as Public can be accessed by any part of the class body, by any part of the project in which the class definition is located, or from an assembly built from the project containing the class definition. This is the least restrictive access and is frequently misused by many programmers.

Type
Chapter
Information
Publisher: Cambridge University Press
Print publication year: 2004

Access options

Get access to the full version of this content by using one of the access options below. (Log in options will check for institutional or personal access. Content may require purchase if you do not have access.)

Save book to Kindle

To save this book to your Kindle, first ensure coreplatform@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.

Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.

Find out more about the Kindle Personal Document Service.

  • Access Modifiers
  • Michael McMillan, Pulaski Technical College, Arkansas
  • Book: Object-Oriented Programming with Visual Basic.NET
  • Online publication: 06 July 2010
  • Chapter DOI: https://doi.org/10.1017/CBO9780511734861.006
Available formats
×

Save book to Dropbox

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.

  • Access Modifiers
  • Michael McMillan, Pulaski Technical College, Arkansas
  • Book: Object-Oriented Programming with Visual Basic.NET
  • Online publication: 06 July 2010
  • Chapter DOI: https://doi.org/10.1017/CBO9780511734861.006
Available formats
×

Save book to Google Drive

To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.

  • Access Modifiers
  • Michael McMillan, Pulaski Technical College, Arkansas
  • Book: Object-Oriented Programming with Visual Basic.NET
  • Online publication: 06 July 2010
  • Chapter DOI: https://doi.org/10.1017/CBO9780511734861.006
Available formats
×