Encyclopedia > BETA

  Article Content

BETA

BETA is a pure object-oriented language from the Scandinavian School in System Development[?] where the first object-oriented language Simula was developed.

From a technical perspective, BETA provides the following unique feature:

  • Classes and Procedures are unified to one concept, a Pattern[?].
  • Classes are defined as properties/attributes of objects. This means that a class cannot be instantiated without an explicit object context.
  • A consequence of the above is that BETA supports nested classes; and BETA's nested classes are indeed one of the primary sources of inspiration for Java's so-called inner classes.
  • Classes can be virtually defined (much like virtual methods can in most other object-oriented programming languages).
  • Virtual entities (such as methods and classes) are never overwritten; instead they are refined or specialized.

BETA supports the object-oriented perspective on programming and contains comprehensive facilities for procedural and functional programming. BETA has powerful abstraction mechanisms for supporting identification of objects, classification and composition. BETA is a strongly typed language like Simula, Eiffel and C++, with most of the type checking being carried out at compile-time. It is well known that it is not possible to obtain complete type checking at compile-time without sacrificing the expressiveness of the language. BETA has an optimum balance between compile-time type checking and run-time type checking.

External links



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
242

... 2nd century - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 ...

 
 
 
This page was created in 37.7 ms