Hexaware
Company
HR Interview
Interview
WHAT IS THE DIFFERENCE BETWEEN object oriented programming language and object based programming language
Read Solution (Total 2)
-
- object based programming primarily supports encapsulation and object identity. This do not support inheritance and dynamic binding.
features of objected based programming:
1.Data encapsulation
2.Data hiding and access mechanisms
3.Automatic initialization and clear-up of objects
4.operator overloading
objected oriented programming means::::: Object based features+ inheritance+dynamic binding
- 10 years agoHelpfull: Yes(4) No(0)
- 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.
They are giving example of javascript as object based and java as object oriented - 6 years agoHelpfull: Yes(0) No(0)
Hexaware Other Question