Object oriented programming

Closed
ghostzone Posts 8 Registration date Tuesday March 10, 2009 Status Member Last seen August 20, 2009 - Mar 29, 2009 at 02:52 PM
jak58 Posts 285 Registration date Saturday July 19, 2008 Status Member Last seen January 5, 2022 - Mar 30, 2009 at 06:01 AM
Hello,
what is the criteria for an object to qualify as an object in object oriented programming.?
Related:

1 response

jak58 Posts 285 Registration date Saturday July 19, 2008 Status Member Last seen January 5, 2022 22,613
Mar 30, 2009 at 06:01 AM
Object-oriented programming (OOP) is a programming language model organized around "objects" 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.

check: https://searchapparchitecture.techtarget.com/definition/object-oriented-programming-OOP
0