What is the difference between an object-oriented programming language and object-based programming language?



What is the difference between an object-oriented programming language and object-based programming ..

Answer / Sachin Singh Yadav

"Object-oriented programming (OOP) languages focus on objects that have state, behavior, and identity. These objects interact with each other to form complex systems. On the other hand, object-based programming languages also work with objects, but they do not support inheritance or polymorphism, which are key features of OOP."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are batch updates. in jdbc

2 Answers   Corent Technology,


What is immutable state?

1 Answers  


different between exception and error? explaim check and uncheck exception

4 Answers  


Explain differences between collection api and stream api?

1 Answers  


Explain an intermediate language?

1 Answers  


What are integer overflows and underflows and how to handle them?

3 Answers   Wipro,


How many bytes is string in java?

1 Answers  


What is functional interface in javatpoint?

1 Answers  


Write a java program to print fibonacci series?

1 Answers  


Is boolean a data type in java?

1 Answers  


What is an object in Java and what are its benefits?

4 Answers   IBM,


What is meant by Java interpreter?

4 Answers  


Categories