Glossary

A

abstract class

A class that cannot be instantiated directly. You can only instantiate concrete child classes. A class that contains an abstract member is abstract. You also can mark a class as abstract even if it contains no abstract members. In contrast, a concrete class is any class that is not abstract.

abstract member

A parent class member that must be overridden in a child class.

abstraction

The process of moving common members from two or more classes into a new parent class.

See Also information hiding.

accelerator

A key that a user can press with the Alt key to navigate through the menu hierarchy. For example, Alt+F typically opens the File menu.

accept button

In a modal dialog box, the button that fires when the user presses the Enter ...

Get Start Here!™ Fundamentals of Microsoft® .NET Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.