What is the difference between an object-oriented programming language and object-based programming language?
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 |
What are batch updates. in jdbc
What is immutable state?
different between exception and error? explaim check and uncheck exception
Explain differences between collection api and stream api?
Explain an intermediate language?
What are integer overflows and underflows and how to handle them?
How many bytes is string in java?
What is functional interface in javatpoint?
Write a java program to print fibonacci series?
Is boolean a data type in java?
What is an object in Java and what are its benefits?
What is meant by Java interpreter?