InterviewSolution
| 1. |
What Is Object Oriented Programming? |
|
Answer» Object-oriented programming (OOP) is a programming language model organized around OBJECTS rather than ACTIONS; Objects are instances of classes, are used to interact with one another. Following are few examples of object-oriented programming languages PHP, C++, Objective-C, SMALLTALK, C#, Perl, Python, RUBY. The goals of object-oriented programming are:
Object-oriented programming (OOP) is a programming language model organized around objects rather than actions; Objects are instances of classes, are used to interact with one another. Following are few examples of object-oriented programming languages PHP, C++, Objective-C, Smalltalk, C#, Perl, Python, Ruby. The goals of object-oriented programming are: |
|