+ 2
Whats do you mean by OOP in generic programming languages?
I'm actually confused š that what is object oriented programming and how it works
1 Answer
+ 4
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.