UrbanPro

Learn Programming Languages from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

what is the difference b/w object based programming language and object oriented programming language?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Microsoft Technology Consultant

The way u interact with the things in ur real world. Example : A human interact with Library, Library interact with Publisher, Publisher interact with Colleges, College interact with Human(student)….. College inherits Anna University for the usage of Question paper. Anna University put some rules to...
read more
The way u interact with the things in ur real world. Example : A human interact with Library, Library interact with Publisher, Publisher interact with Colleges, College interact with Human(student)….. College inherits Anna University for the usage of Question paper. Anna University put some rules to the Colleges ,…….. See every things getting interact with each other. In Similar way we can do coding with the help of OOP. read less
Comments

Object-oriented language doesn't has in-built object. It has all feature of OOP. Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance.
Comments

Realtime Data integration Expert and trainer

The main diffrence between object oriented and object based languages is object based languages doesn't support Inheritance where as object oriented supports. c# is a object oriented language because it supports inheritance and asp.net is not a langugae it is a technology.......
Comments

Coaching

Object oriented language support all feature of OOPS i.e. Encapsulation, Inheritance and polymorphism. Object based language doesn’t supports OOPS concept. Example Object oriented languages are C++, Java, C# ... Object based language is Ada, JavaScript, and Visual Basic (VB) Object-oriented language...
read more
Object oriented language support all feature of OOPS i.e. Encapsulation, Inheritance and polymorphism. Object based language doesn’t supports OOPS concept. Example Object oriented languages are C++, Java, C# ... Object based language is Ada, JavaScript, and Visual Basic (VB) Object-oriented language doesn't has in-built object. Object-based language has in-built object like javascript has window object. read less
Comments

Object oriented language: Object-oriented language supports all the features of OOPs. Object-oriented language doesn't has in-built object. Object-oriented languages are C++, C#, Java etc. Object based language: Object-based language doesn't support all the features of OOPs like Polymorphism and...
read more
Object oriented language: Object-oriented language supports all the features of OOPs. Object-oriented language doesn't has in-built object. Object-oriented languages are C++, C#, Java etc. Object based language: Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance Object-based language has in-built object like javascript has window object. Object-based languages are Javascript, VB etc. read less
Comments

c,c++,vb,vb.net,php.joomal,basic,all computer subjects

Object oriented language Object-oriented language supports all the features of OOPs. Object-oriented language doesn't has in-built object. Object-oriented languages are C++, C#, Java etc. Object based language Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance Object-based...
read more
Object oriented language Object-oriented language supports all the features of OOPs. Object-oriented language doesn't has in-built object. Object-oriented languages are C++, C#, Java etc. Object based language Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance Object-based language has in-built object like javascript has window object. Object-based languages are Javascript, VB etc. read less
Comments

IT Professional Trainer working with a reputed Institute. Headquarters: Hyderabad

Object Oriented and Object based languages -- 1. Object-Oriented Language supports all the features of OOPs and Object-Based Language doesn't support all the features of OOPs like Polymorphism and Inheritance. 2. JavaScript is an Object Based and Java is an Object Oriented Programming Language.
Comments

Computer Expert

In Object-Based we dont have inheritance, whereas in Object-Oriented we do. Javascript is OB and Java is OO programming language.
Comments

IT Professional Trainer with 15 years of experience in IT Industry

Object Based Language 1. Object Based Language does not support all the features of OOPS. 2. Object Based Language Does Not Support Oops feature i.e. Inheritance. 3. Visual Basic is an Object based Programming Language because you can use class and Object here but can not inherit one class from...
read more
Object Based Language 1. Object Based Language does not support all the features of OOPS. 2. Object Based Language Does Not Support Oops feature i.e. Inheritance. 3. Visual Basic is an Object based Programming Language because you can use class and Object here but can not inherit one class from another class i.e. it does not support Inheritance. 4. Javascript, VB are example of Object Based Language. Object Oriented Language 1. Object Oriented Language supports all the features of OOPS. 2. Object Oriented Language supports all the Features of Oops including Inheritance. 3. Java is an Object Oriented Languages because it supports all the concepts of Oops like Data Encapsulation, Polymorphism,Inheritance,Data Abstraction , Dynamic Binding etc. 4. C#, Java, VB. Net are example of Object Oriented Languages. read less
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Object-oriented language doesn't has in-built object. It has all feature of OOP. Object-oriented languages are C++, C#, Java etc. Object-based language has in-built object. It doesn't support all the features of OOPs like Polymorphism and Inheritance. Example JavaScript has window object. Another...
read more
Object-oriented language doesn't has in-built object. It has all feature of OOP. Object-oriented languages are C++, C#, Java etc. Object-based language has in-built object. It doesn't support all the features of OOPs like Polymorphism and Inheritance. Example JavaScript has window object. Another example is VB. read less
Comments

View 9 more Answers

Related Questions

Why are there so many programming languages if most programmers use C, C++, Java, and PHP?
This question has the same answer as the question"Why there are so many languages?" has... As they were ask meant for different purpose to serve for different platforms... For short: Link it to the languages used
Veerendra
0 0
7
What is an object?
variable created for the data type class
Damanpreet
1 0
5
Is C#, C++, Python, or JS better for game development?
All languages good for gamjng. But you can make 3d games in c# uaing unity software and it's very very interesting to work on it.
Mohit
0 0
6
Is C language the base for learning C++?
No. C and C++ are two different languages. All most all modern languages are influenced by C language. But we can learn C++ directly without learning C language.
Swathi
0 0
8
Which is older - Java or C?
C is older than JAVA
Baby

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Data Structure: Searching
Searching Searching means finding an element in an array. There are two type of searching techniques : Linear Search Binary Search In linear search, to find the element array is traversed and...

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

Python : functional programming characteristics
Functions are first class (objects). That is, everything you can do with "data" can be done with functions themselves (such as passing a function to another function). Recursion is used as a primary...

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

Polymorphism In C++
Basically polymorphism represents poly means many and morph means forms that many forms. In which we are passing same message to different objets but every object will work for that message in their own...

Recommended Articles

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Looking for Programming Languages Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Programming Languages Classes?

The best tutors for Programming Languages Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Programming Languages with the Best Tutors

The best Tutors for Programming Languages Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more