what is the difference between Object Based Language and Object Oriented Language?



what is the difference between Object Based Language and Object Oriented Language?..

Answer / Ajay Kumar Maurya

Object-Based languages support objects but do not enforce the concepts of classes, inheritance, polymorphism, or encapsulation. Object-Oriented Languages like Java have all these features.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is namespace same as package in java?

1 Answers  


How do you print array in java?

1 Answers  


java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

7 Answers   HCL, Wipro,


Keywords in Exceptions?

2 Answers  


Is break statement can be used as labels in java?

1 Answers  


Explain the difference between association, aggregation and inheritance relationships.

1 Answers  


What is a layout manager and what are different types of layout managers available in java awt?

1 Answers  


Explain java coding standards for classes or java coding conventions for classes?

1 Answers  


I want to persist data of objects for later use. What is the best approach to do so?

1 Answers  


explain the collection in java

1 Answers   WDC,


What is externalizable interface?

1 Answers  


What will happen if a thrown exception is not handled?

1 Answers   ABB, Akamai Technologies, Infogain,


Categories