Introduction to C++: Programming Concepts and Applications
Introduction to C++: Programming Concepts and Applications
Objects and Classes: Encapsulation in C++ (1x17)
:
So far, you’ve focused on procedurally oriented programming, which characterizes the original C computer language that led to C++. Now turn to one of the major strengths and innovations of C++: object-oriented programming. Learn that objects are variables and functions encapsulated within classes. Investigate the great utility of this technique for organizing and manipulating data.