answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is object based programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is difference between structural language and object oriented language?

I think there is no any difference between object oriented programming language. Because somebody have written that vb is object based language because there is no inheritance, but javascript has no classes and no inheritance but javascript is also object oriented scripting language and java is also object oriented language vb has no inheritance but classes is.So vb is object based language This is not clear that difference between object oriented and object based. if i am wrong than what should be your answer and if i am wright than no problem But first i am requesting to the developer of any programming language that please define the difference between object oriented and object based languages. Amit Sinha Dist-Gaya State-Bihar


Is java script an object oriented programming language or an object based programming language?

That depends on who you ask. An Object Oriented Programming Language is one that allows or encourages, to some degree, object-oriented programming techniques such as encapsulation, inheritance, modularity, and polymorphism. -http://en.wikipedia.org/wiki/Object-oriented_programming_language * Encapsulation - or "information hiding" is the principal of hiding design decisions which are most likely to change thus protecting other parts of the programfrom change if the design decision is changed. * Inheritance - is a way to form new (derived) classes of objects from pre-existing (base) classes of objects. * Modularity - Allows for developing software which is composed of separate parts * Polymorphism - Allows for values of different data types to be handled using a uniform interface (e.g. num + num = num, string + sting = string, list + list = list, etc)JavaScript is a prototype based object oriented programming language, as opposed to other languages (such as Ruby) which are class based object oriented programming languagesPrototype-based programming is a style of object-oriented programming in which classes are not present, and behavior reuse (known as inheritance in class-based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be known as class-less, prototype-oriented or instance-based programming.http://en.wikipedia.org/wiki/Prototype-based_programming


Name of object oriented programming language?

C++ is the name of a programming language.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


How do you make an program in object oriented programming?

Object Oriented Programming is the technique to create programs based on the real world..object oriented programming model programs are organized around objects and data rather than actions and logic. In OOP based language the principal aim is to find out the objects to manipulate and their relation between each other.OOP offers greater flexibility and compatibility and is popular in developing larger application.

Related questions

Is c object oriented or object based?

C is a procedural programming language.


What are the features of an oop programming language?

Object orientated programming or OOP programming is based around objects instead of actions and data instead of logic.


Is java example of a procedural programming language?

No.Its purely object oriented programming language


What is difference between structural language and object oriented language?

I think there is no any difference between object oriented programming language. Because somebody have written that vb is object based language because there is no inheritance, but javascript has no classes and no inheritance but javascript is also object oriented scripting language and java is also object oriented language vb has no inheritance but classes is.So vb is object based language This is not clear that difference between object oriented and object based. if i am wrong than what should be your answer and if i am wright than no problem But first i am requesting to the developer of any programming language that please define the difference between object oriented and object based languages. Amit Sinha Dist-Gaya State-Bihar


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.


Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


Is java script an object oriented programming language or an object based programming language?

That depends on who you ask. An Object Oriented Programming Language is one that allows or encourages, to some degree, object-oriented programming techniques such as encapsulation, inheritance, modularity, and polymorphism. -http://en.wikipedia.org/wiki/Object-oriented_programming_language * Encapsulation - or "information hiding" is the principal of hiding design decisions which are most likely to change thus protecting other parts of the programfrom change if the design decision is changed. * Inheritance - is a way to form new (derived) classes of objects from pre-existing (base) classes of objects. * Modularity - Allows for developing software which is composed of separate parts * Polymorphism - Allows for values of different data types to be handled using a uniform interface (e.g. num + num = num, string + sting = string, list + list = list, etc)JavaScript is a prototype based object oriented programming language, as opposed to other languages (such as Ruby) which are class based object oriented programming languagesPrototype-based programming is a style of object-oriented programming in which classes are not present, and behavior reuse (known as inheritance in class-based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be known as class-less, prototype-oriented or instance-based programming.http://en.wikipedia.org/wiki/Prototype-based_programming


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.


What is theobject oriented programming style?

When a programming language is "object-oriented" it means that the code is based (or oriented) around Objects as opposed to executing line by line. An object is any value, variable, function, or data structure.


Is VB an object oriented programming language?

Yes


Name of object oriented programming language?

C++ is the name of a programming language.


difference between object and oriented program?

JAVA is an Object Based Programming Language. it doesn't provide multiple inheritance and operator overloading. while Object Oriented Lanuages provides both.