base class

  • 1Base Class —   [engl.], Basisklasse …

    Universal-Lexikon

  • 2base class — viršklasis statusas T sritis informatika apibrėžtis Objektiniame programavime – ↑klasė, iš kurios paveldėta kita klasė. Jeigu A klasė paveldėta iš B klasės, tai B klasė yra A klasės viršklasis. atitikmenys: angl. base class; superclass ryšiai:… …

    Enciklopedinis kompiuterijos žodynas

  • 3Base Class Library — Base Class Library, сокращённо BCL  стандартная библиотека классов платформы «.NET Framework». Программы, написанные на любом из языков, поддерживающих платформу .NET, могут пользоваться классами и методами BCL  создавать объекты… …

    Википедия

  • 4Base Class Library — The Base Class Library (BCL) is a standard library available to all languages using the .NET Framework. In order to make the programmer s job easier, .NET includes the BCL in order to encapsulate a large number of common functions, such as file… …

    Wikipedia

  • 5Base Class Library — La Base Class Library (BCL) de Microsoft est une bibliothèque standard utilisée par tous les langages basés sur .NET Framework. Pour faciliter le travail du programmeur, .NET utilise la BCL pour encapsuler un grand nombre de fonctions communes,… …

    Wikipédia en Français

  • 6Fragile base class — The fragile base class problem is a fundamental architectural problem of object oriented programming systems where base classes (superclasses) are considered fragile because seemingly safe modifications to a base class, when inherited by the… …

    Wikipedia

  • 7Fragile Base Class Problem — Das Fragile Base Class Problem (FBC) ist ein Fehlverhalten von Software, das bei der objektorientierten Softwareentwicklung beim Versionswechsel der eingesetzten Basissoftware auftreten kann und mit dem Vererbungsmechanismus zusammenhängt. Es… …

    Deutsch Wikipedia

  • 8Base course — in pavements refers to the sub layer material of an asphalt roadway and is placed directly on top of the undisturbed soil so as to provide a foundation to support the top layer(s) of the pavement. Generally consisting of a specific type of… …

    Wikipedia

  • 9Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… …

    Wikipedia

  • 10Class (computer programming) — In object oriented programming, a class is a construct that is used as a blueprint to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable …

    Wikipedia