Transcription of Lecture 7 Notes: Object-Oriented Programming (OOP) and ...
{{id}} {{{paragraph}}}
introduction to C++ January 19, 2011 Massachusetts Institute of Technology Lecture 7 Notes: Object-Oriented Programming (OOP) and Inheritance We ve already seen how to define composite datatypes using classes. Now we ll take a step back and considertheprogrammingphilosophy underlying classes,known as Object-Oriented Programming (OOP). 1 The Basic Ideas of OOP Classic procedural programminglanguagesbeforeC++(such asC) oftenfocused onthe question What should the program do next? The way you structure a program in these languagesis: 1.
Introduction to C++ January 19, 2011 Massachusetts Institute of Technology Lecture 7 Notes: Object-Oriented Programming (OOP) and Inheritance We’ve already seen how to define composite datatypes using classes. Now we’ll take a step back and consider the programming philosophy underlying classes, known as object-oriented programming (OOP).
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}