What is OOP? Give Example
Answers
Answered by
5
Explanation:
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures. A feature of objects is an object's procedures that can access and often modify the data fields of the object with which they are associated.
Example:- Python, Ruby, Scala, Smalltalk, Eiffel, Emerald, JADE, Self.
I hope this is right answer ❤️❤️❤️❤️
Answered by
2
OOP- Object Oriented Programming
Examples of object-oriented programming include Java, C++ and Smalltalk. Recommended Reading: Webopedia Study Guides - Java Basics: Variables, Syntax and Conventions and Java Basics Part 2: Operators, Modifiers and Structures.
Examples of object-oriented programming include Java, C++ and Smalltalk. Recommended Reading: Webopedia Study Guides - Java Basics: Variables, Syntax and Conventions and Java Basics Part 2: Operators, Modifiers and Structures.
Similar questions