Java / OOPS Concepts and its implementation in Java
Difference between object oriented and object based language.
Object oriented language supports all the features/principles of OOP whereas object-based languages do not support all the features.
e.g. Javascript does not support inheritance and polymorphism.
C++, Java are examples of object-oriented and Javascript and VB are object-based.
More Related questions...