What is object oriented language and its characterstics?
Answers
Answered by
3
Answer:
A programming language structure wherein the data and their associated processing ("methods") are defined as self-contained entities called "objects." ... There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism.
Similar questions