answersLogoWhite

0


Best Answer

Mainly no primitive types such as int, char, bool, etc.

Java could be considered if it hadn't this primitive types.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Object oriented programming languages must support the four fundamentals of object-oriented programming: encapsulation, abstraction, inheritance and polymorphism.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Essential condition for pure object oriented language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an essential of Object Oriented Programming?

The 3 essential concepts of Object Oriented Programming are:InheritanceEncapsulation &Polymorphism


Is c an object oriented programing language?

C language is not a program, and it isn't an object-oriented language either.


Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


Is the high-level language is also an object oriented program?

Not necessarily. Any language with an object-oriented approach will be a high-level language, but a high-level language does not have to use an object-oriented approach.


Did java oriented language works on object?

Java is an object oriented language, and it works with classes and objects.


Difference object oriented language object based language?

object base: that are not use subtype or inheritence is called object base. object oriented: that use subtypes and inheritence is called object oriented e.g vb.net and java.


Is vb an object oriented language?

yes,vb is an event oriented language.


What language is completely object oriented c plus plus or java?

Java is the complete object oriented Programming Language as every thing in java is an object,


Is NET in support of object oriented language?

Yes, every language supported by Microsoft and on the .NET framework is an object oriented language. (OOP)


Is vc plus plus is an object oriented language?

Yes, but it is not a pure object-oriented language. Since C++ evolved from C, it still makes use of primitives which are not part of the object-oriented paradigm.


What is the Disadvantage of c?

It is not object oriented language.


Who invented cpp?

Bjarne Stroustrup is the recognized inventor of the C++ object oriented programming language. C++ was an enhancement to the C language, which was not object oriented.