answersLogoWhite

0

What is object language?

User Avatar

Anonymous

7y ago
Updated: 10/9/2021

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

Ramona Kling

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is the relationship between logic and language?

whatisthe relation ship between logic and language


Is c an object oriented programing language?

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


what are the five love language?

[object Object]


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.


What kind of written language did Delphi use?

Delphi used a programming language called Object Pascal for its written language. Object Pascal is an extension of the Pascal language that includes object-oriented programming features.


What is object based programming language?

Object-based programming language is a language that supports all the features of object oriented programming features like classes,object,encapsulation ,abstraction,polymorphism etc except inheritence.


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


Did java oriented language works on object?

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


Is the java is procedural language?

Java is an Object Oriented language not a procedural language


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.


What is object in c?

C is not a object-oriented language, hence object does not exist in C


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,