Subject | English | Malay |
comp., MS | association class | kelas perhubungan (A class that describes a relationship between two classes or between instances of two classes. The properties of an association class include pointers, or references, to the two classes or instances) |
comp., MS | attribute class | kelas atribut (A container object that groups related attributes within an object type) |
comp., MS | base class | kelas asas (A class from which other classes are derived by inheritance) |
comp., MS | class coupling | gandingan kelas (The degree of coupling to unique classes through parameters, local variables, return types, method calls, generic or template instantiations, base classes, interface implementations, fields defined on external types, and attribute decoration) |
comp., MS | Class Designer | Pereka Kelas (A fully-functional, visual design environment for the Common Language Runtime) |
comp., MS | Class Details Window | Tetingkap Butiran Kelas (A window in Visual Studio Class Designer that you can use to configure the members of a type. By default, the Class Details Window appears automatically when you open a new class diagram) |
comp., MS | class diagram | gambar rajah kelas (A visual and static representation of classes and the relationships between them) |
comp., MS | class factory | kilang kelas (An object that implements the IClassFactory interface, which enables it to create objects of a specific class) |
comp., MS | class ID | ID kelas (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications) |
comp., MS | class identifier | pengecam kelas (A universally unique identifier (UUID) that identifies a COM component. Each COM component has its CLSID in the Windows registry so that it can be loaded by other applications) |
comp., MS | class library | pustaka kelas (A library of classes, interfaces, and value types that are included in .NET Framework. This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built) |
comp., MS | class materials | bahan pelajaran (Content and resources that are made available as part of a class and that can be associated with individual lessons or assignments) |
comp., MS | class module | modul kelas (A module that can contain the definition for a new object. Each instance of a class creates a new object. Procedures defined in the module become properties and methods of the object) |
comp., MS | class name | nama kelas (A predefined name used to refer to an OLE object in Visual Basic. A class name consists of the name of the application used to create the OLE object, the object's type, and, optionally, the version number of the application) |
comp., MS | code-behind class | kelas kod di belakang (A class that is accessed by an .aspx file, but resides in a separate file (such as a .dll or .cs file). For example, you can write a code-behind class that creates an ASP.NET custom server control, contains code that is called from an .aspx file, but does not reside within the .aspx file) |
comp., MS | COM class | kelas COM (A concrete implementation of one or more COM interfaces. COM objects are instances of COM classes) |
comp., MS | content class | kelas kandungan (A Web Storage System content class defines the intent or purpose of an item along with the names of properties that are intended for items in this class) |
comp., MS | derived class | kelas terbitan (In object-oriented programming, a class created from another class, called the base class. A derived class inherits all the features of its base class. It can then add data elements and routines, redefine routines from the base class, and restrict access to base-class features) |
comp., MS | domain class | kelas domain (A diagram element that represents a class in a domain-specific language) |
comp., MS | encoding class | kelas pengekodan (A class which represents a character encoding) |
comp., MS | Generic C++ Class Wizard | Pendeta Kelas C++ Generik (A wizard that adds a C++ class to a project. This generic C++ class does not inherit from ATL or MFC) |
comp., MS | logger class | kelas pengelog (A class that implements the Microsoft.Build.Framework.ILogger interface) |
comp., MS | message class | kelas mesej (Used by Microsoft Exchange to identify, locate, and open a form) |
comp., MS | Microsoft Foundation Class Library | Pustaka Kelas Asas Microsoft (A library of C++ classes that forms an object-oriented wrapper around large portions of the Windows API and provides a framework on which to build applications) |
comp., MS | .NET Framework class library | pustaka kelas .NET Framework (A library of classes, interfaces, and value types that are included in .NET Framework. This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built) |
comp., MS | object class | kelas objek (A category of objects that share a common set of characteristics) |
comp., MS | partial class | kelas separa (A class whose definition is split over two or more source files. Each source file contains a section of the class definition, and all parts are combined when the application is compiled) |
comp., MS | permission class | kelas keizinan (A class that defines access to a resource or defines an indentity by supporting authorization checks) |
comp., MS | serialization class | kelas penyirian (A class designed to serialize and deserialize objects) |
comp., MS | system class | kelas sistem (A class that the CIM Object Manager defines to support core features such as event notification, security, and localization. A system class is automatically defined in each namespace) |
comp., MS | test class | kelas ujian (Any class that is marked with the TestClass attribute) |
comp., MS | WMI class | kelas WMI (A template for a type of managed object. WMI classes define the basic units of management. For example, the Win32_LogicalDisk class is a template for all logical disks that occur in the Windows environment. In this case, WMI uses the class template to generate an instance of Win32_LogicalDisk for each disk installed on a computer) |
comp., MS | wrapper class | kelas pembalut (A class that takes an existing class, and provides it with a new interface) |