what is the definition of OOPS(Object Oriented Programing Language )
Answers
Answered by
2
OOP. ... Most modern programming languages including Java, C/C++, and PHP, are object-oriented languages, and many older programming languages now have object-orientedversions. An "object" in an OOP language refers to a specific type, or "instance," of a class.
divya967:
thank you
Answered by
3
Object-oriented programming (OOP) is a programming language model organized around object rather than "actions" and data rather than logic. Historically, a program has been viewed as a logical procedure that takes input data, processes it, and produces output data.
Similar questions