WHAT IS OBJECT ORIENTED PROGRAMMING.
Answers
Answered by
56
Object-oriented programming is the latest approach of programming. It attempts to eliminate most of the drawbacks of procedure-oriendted programing by incorporating new concepts. It is a new way of organising programs. It is not dependent upon any particular language. In object-oriented programming, a problem is not viewed as a sequence of steps to be done, but as a collection of different units called objects that model the real world things.
Similar questions