JavaScript is an object-based language based on prototypes, rather than being class-based.
The term "object-based language" may be used in a technical sense to describe any programming language that uses the idea of encapsulating state and operations inside "objects".
The term "object-based language" may be used in a technical sense to describe any programming language that uses the idea of encapsulating state and operations inside "objects".
Autres résultats
A term used in object-based languages such as Java and C++ to refer to the creation of an object of a specified class.
Ein Begriff, der in objekt-basierten Sprachen benutzt wird, wie z.B. Java und C++. Er bezieht sich auf das Erstellen eines Objekts einer angegebenen Klasse.
Object-based languages that do not support inheritance or subtyping are usually not considered to be true object-oriented languages.
Object-based languages need not support inheritance or subtyping, but those that do are also said to be "object-oriented".
Objektbasierte Programmiersprachen müssen Vererbung oder Subtypisierung nicht unterstützen; Programmiersprachen, die beides unterstützen, werden als objektorientiert bezeichnet.
In practice, the term "object-based" is usually applied to those object-based languages that are not also object-oriented, although all object-oriented languages are also object-based, by definition.
An object-based scripting language distantly and loosely related to Java.
JavaScript is an object based programming language that allows you to create objects dynamicall.
JavaScript is a compact, object-based scripting language for developing client and server Internet applications.
Both object-based and object-oriented languages (whether class-based or prototype-based) may be statically type-checked.
An interpreted, object-based scripting language that borrows from C, C++, and Java.
An object-based scripting language distantly and loosely related to Java. JScript code is inserted directly into an HTML page.