Copyright © Philip M. Parker, INSEAD. Terms of Use.

ABSTRACT CLASS

Specialty Definition: ABSTRACT CLASS

DomainDefinition

Computing

Abstract class In object-oriented programming, a class designed only as a parent from which sub-classes may be derived, but which is not itself suitable for instantiation. Often used to "abstract out" incomplete sets of features which may then be shared by a group of sibling sub-classes which add different variations of the missing pieces. (1994-11-08). Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Specialty Definition: Abstract class

(From Wikipedia, the free Encyclopedia)

In computing, when specifying an abstract class, the programmer is referring to a class which is meant to be implemented by inheritance. The use of an abstraction is meant to simplify software development.

In Java, for example, the keyword abstract corresponds to the C++ keywords pure virtual.

See, for example, class (object-oriented programming) for a unified discussion.

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Abstract class."

Top     


Frequency of Internet Keywords: ABSTRACT CLASS

The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com.
 
ExpressionFrequency
per Day

abstract class

9

abstract class java

5

abstract class in java

2
Source: compiled by the editor from various references; see credits.

Top     

Modern Translation: ABSTRACT CLASS

Language Translations for "ABSTRACT CLASS"; alternative meanings/domain in parentheses.

Danish

  

abstrakt klasse. (various references)

   

Dutch

  

abstract class. (various references)

   

Finnish

  

abstrakti luokka. (various references)

   

French

  

classe abstraite. (various references)

   

German

  

abstrakte Klasse. (various references)

   

Greek 

  

αφηρημένη κατηγορία. (various references)

   

Pig Latin

  

abstractay assclay

   

Portuguese

  

classe abstracta. (various references)

   

Spanish

  

clase abstracta. (various references)

Source: compiled by the editor from various translation references.

Top     

Anagrams: ABSTRACT CLASS

Scrabble® Enable2K-Verified Anagrams

Words within the letters "a-a-a-b-c-c-l-r-s-s-s-t-t"

-4 letters: abstracts, baccarats, cataracts.

-5 letters: abstract, baccaras, baccarat, caracals, cascaras, cassabas, cassatas, cataract.

Source: compiled by the editor from various references; see credits.

SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro.

Top     



INDEX

1. Expressions: Internet
2. Translations: Modern
3. Anagrams
4. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.