Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#ruby
OOP is a programming paradigm. Its core idea is that programs should be composed of individual entities, or objects, each of which has the ability to communicate with other objects around it by passing messages. Additionally, each object may have the facility to store data internally (called state).
If you want to change selection, open document below and click on "Move attachment"

Object Oriented Programming
OOP is a programming paradigm that first surfaced in the 1960s, but didn't gain traction until the 1980s with C++. Its core idea is that programs should be composed of individual entities, or objects, each of which has the ability to communicate with other objects around it by passing messages. Additionally, each object may have the facility to store data internally (called state ). Objects in an OOP application are often modeled on real-world objects, so even non-programmers usually recognize the basic role that an object plays. And, just like the real


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.