answersLogoWhite

0

Objects allow you to create new data types. They also help you separate parts of the program, and give additional benefits, such as being able to use the powerful concept of inheritance.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is it likely that a programming language grammar will have a useless symbol?

There are many symbols in programming that have no means but it used in programmig is called useless symbols. like- #$%^&*@()


What combines the object code with the library code to create an executable machine language program?

The linker.


How can you create a language?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


How can you create a language converter?

Writing a language converter is very much like writing a compiler. In fact, a compiler can be considered a language converter, when the target language is object code. The actual science of writing a compiler is complex.


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.


How do you connection database in HTML using javascript?

Connection Database can be established using language such as Java. For that you need to create an object of Connection type.


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.