answersLogoWhite

0


Best Answer

An object oriented language uses concepts of classes, objects, and methods.

Rather than just having plain functions to store procedural instructions, a program written in an object-oriented language like Java has classes that are basically blueprints to create objects. Objects have their own little functions called methods. Objects can have their own variables too.

Of course, there are much more complex concepts in object-oriented programming such as inheritance and polymorphism.

User Avatar

Wiki User

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

Wiki User

11y ago

The term object oriented language is typically used to describe programming languages which include features designed to implement solutions using an object oriented design.

Such languages usually implement at least a concept of classes, objects, inheritance and polymorphism, although details and names vary subject to the implementaiton.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

A Short History Of Computer Programming Techniques...

=====================================

The next era?! Who knows...but, one possiblity that people are currently speculating about is the building of computers that can understand human language...so that the programmer can speak to the computer telling it what to do. Then, maybe, the need for hand coding will eventually become obsolete!

NOTE: So you would no longer have to type in A; instead, you would simply say, A.

OOP-Object Oriented Programming Languages

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Any language that supports the concept of classified objects that support encapsulation, inheritance, polymorphism and abstraction, is considered an object-oriented programming language. This includes C++ and Java but these two languages are not considered 100% object-oriented as they both support the concept of primitive data types. However, languages such as C#, Ruby and SmallTalk are 100% object-oriented.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by object oriented language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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)


What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow


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.