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



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

Answer / Sunil

Object-oriented programming (OOP) is a programming paradigm that focuses on objects, their interactions, and encapsulation. Object-based programming (OBP) is similar but does not support inheritance or polymorphism.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we access instance variables within static methods ?

1 Answers  


what are the different non-access specifiers in java?

5 Answers  


What enableEvents() method do?

1 Answers  


What is arraylist class in java?

1 Answers  


whether java is fully object oriented language or partially object oriented language

4 Answers   Infosys, ME, SMK,


What is a parameter in simple terms?

1 Answers  


What does regex mean?

1 Answers  


What is meant by event handling?

2 Answers  


How are commas used in the initialization and iteration parts of a for statement?

2 Answers  


Describe the term diamond problem.

1 Answers  


What is the flag in java?

1 Answers  


Do we need to manually write Copy Constructor?

1 Answers   HCL,


Categories