Computer Science, asked by kunalmk2005, 1 year ago

who will answer this will be marked as brainliest write a short note on oops ( object oriented programming for 5 marks

Answers

Answered by vedantp0406
1
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.
The programming challenge was seen as how to write the logic, not how to define the data. Object-oriented programming takes the view that what we really care about are the objects we want to manipulate rather than the logic required to manipulate them.
Examples of objects range from human beings (described by name, address, and so forth) to buildings and floors (whose properties can be described and managed) down to the little widgets on a computer desktop.
There are some steps involve in it. Which I don't know exactly.

kunalmk2005: thank you my friend
vedantp0406: Always welcome
vedantp0406: In which class do you study
kunalmk2005: 8th ICSE
kunalmk2005: k bye
Similar questions