BookRags.com Literature Guides Literature
Guides
Criticism & Essays Criticism &
Essays
Questions & Answers Questions &
Answers
Lesson Plans Lesson
Plans
My Bibliography Periodic Table U.S. Presidents Shakespeare Sonnet Shake-Up
Research Anything:        
History | Encyclopedias | Films | News | Create a Bibliography | More... Login | Register | Help

Search "Abstract Class"

Contents Navigation
Not What You Meant?  There are 22 definitions for CBL.

Abstract Class

Print-Friendly  Order the PDF version  Order the RTF version
About 1 pages (214 words)
Class (computer science) Summary

Bookmark and Share Questions on this topic? Just ask!

Abstract Class

An abstract class is a component of object-oriented programming. The C++ and Java programming languages are two examples of object-oriented programming. An abstract class is a so-called superclass, or parent, which functions as a placeholder for items of a common function, and provides a common interface for inherited classes.

An abstract class is useful when the contained information is the same as that in an existing class. Both classes, however, do not contain the full amount of information necessary for execution of the information. Some behaviors can be defined, with other aspects defined by related sub-classes. For example, an abstract class can provide default aids such as message handling, which can be an added component of an application. Other functions, such as start-up and shutdown, cannot be add-ons. An abstract class, however, can support these functions by supplying the start-up and shutdown methods. In other words, the abstract class could initiate the action, but not provide all the necessary information for the performance of the task.

Functionally, an abstract class is often used to locate incomplete sets of features so that other sub-classes can share the information or add to it, creating a more complete net effect.

Another example of an abstract class is the Boolean class. This abstract class has two subclasses, true and false.

This is the complete article, containing 214 words (approx. 1 page at 300 words per page).

More Information
  • View Abstract Class Study Pack
  • 22 Alternative Definitions
  • Search Results for "Abstract Class"
  • Add This to Your Bibliography
  • More Products on This Subject
    Analysis Class
    Analysis class is a computer science term that relates to object-oriented programming. Specifically... more

    Concrete Class
    An object in a computer program can be loosely defined as something that represents a "thing," like... more


     
    Ask any question on Class (computer science) and get it answered FAST!
    Answer questions in BookRags Q&A and earn points toward
    discounted or even FREE Study Guides and other BookRags products!
    Learn more about BookRags Q&A
    Copyrights
    Abstract Class from World of Computer Science. ©2005-2006 Thomson Gale, a part of the Thomson Corporation. All rights reserved.

    Join BookRagslearn moreJoin BookRags




    About BookRags | Customer Service | Report an Error | Terms of Use | Privacy Policy