what are object based languages? give one example
Answers
Answer:
The term object-based language may be used in a technical sense to describe any programming language that uses the idea of encapsulating state and operations inside objects. ... These languages all support the definition of an object as a da ta structure, but lack polymorphism and inheritance.
Examples of object-oriented languages, in rough chronological order, include Simula, Smalltalk, C++ (which object model is based on Simula's), Objective-C (which object model is based on Smalltalk's), Eiffel, Xojo (formerly REALbasic), Python, Ruby, Java, Visual Basic .N ET, C#, and Fortran 2003.
Explanation:
hope it's helpful
The term object-based language may be used in a technical sense to describe any programming language that uses the idea of encapsulating state and operations inside objects.