answersLogoWhite

0

An OOP language is an object oriented programming language. The plural is therefore OOP languages, not oops language.

A pure OOP language is one that does not have the concept of a primitive data type. That is, a data type that has no member methods whatsoever. In pure OOP languages, all primitive data types (pointers, characters, integers, floating point and array types) are implemented as objects that are associated with a default constructor, copy and move constructors, conversion constructors, copy and move assignment operators, type conversion operators and a destructor, all of which are members of the object's class.

User Avatar

Wiki User

10y ago

What else can I help you with?