What is class? - Definition from WhatIs.com
Part of the Programming glossary:

In object-oriented programming , a class is a template definition of the method s and variable s in a particular kind of object . Thus, an object is a specific instance of a class; it contains real values instead of variables.

Know-IT-All

The class is one of the defining ideas of object-oriented programming. Among the important ideas about classes are:

  • A class can have subclasses that can inherit all or some of the characteristics of the class. In relation to each subclass, the class becomes the superclass.
  • Subclasses can also define their own methods and variables that are not part of their superclass.
  • The structure of a class and its subclasses is called the class hierarchy.

This was last updated in 2005-08-20 21:15:41.0
Editorial Director: Margaret Rouse

Related Terms

Definitions

Glossaries

  • Programming

    - Terms related to software programming, including definitions about programming languages and words and phrases about software design, coding, testing and debugging.

  • Internet applications

    - This WhatIs.com glossary contains terms related to Internet applications, including definitions about Software as a Service (SaaS) delivery models and words and phrases about web sites, e-commerce ...

Dig Deeper

Continue Reading About class

Fast References

People Who Read This Also Read...

Ask a Question. Find an Answer.Powered by ITKnowledgeExchange.com

Ask An IT Question

Get answers from your peers on your most technical challenges

Ask Question
  • Listing profiles per jobq

    You could try the command DSPUSRPRF USRPRF(*ALL) OUTPUT(*OUTFILE) OUTFILE(MYLIB/MYOUTPUT). The qry the output file l (MYLIB/MYOUTPUT) ooking for the jobq's or profiles needed. You will need aut...

  • Meaning : DHCP using UDP as Transport Layer

    The TCP/IP model has different layers, each providing different services. Layers near the top are logically closer to the user application, while those near the bottom are logically closer to the p...

  • Exchange server restoring selected mailboxes from edb file

    With Exchange 2003 you have to restore the mailbox database,not an individual malbox, unless you are doing brick level backups. Once you have restored the database you can recover a single mailbox ...

Tech TalkComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.