Chevron Left
Back to C++ Programming: Classes and Data

Learner Reviews & Feedback for C++ Programming: Classes and Data by University of London

4.8
stars
26 ratings

About the Course

This course is the second of five courses aiming to help you to become confident working in the object-oriented paradigm in the C++ language. This specialisation is for individuals who want to learn about objected oriented programming. It's an all-in-one package that will take you from the very fundamentals of C++, all the way to building a crypto-currency exchange platform. During the five courses, you will work with the instructor on a single project: a crypto-currency exchange platform. Whilst building the project, you will learn about a range of programming techniques from basic control flow and input/output through to file parsing, object-oriented techniques and user interaction on the console. In this second course, you will start learning about C++ classes. You will learn about header files, class member functions, and select appropriate data types to represent a dataset in a C++ program. Upon completing the course, you will be able to: * Select appropriate data types to represent a dataset in a C++ program * Describe how a class can be used to combine multiple pieces of data into one unit * Write a class with functions...

Top reviews

AS

Feb 17, 2024

This course is excellent for acquiring knowledge of the implementation of a class, creating an instance of a class and developing skills in modular programming.

WQ

Oct 15, 2023

Best OOP course that incorporates practicality into functionality

Filter by:

1 - 5 of 5 Reviews for C++ Programming: Classes and Data

By Ajibade S

•

Feb 18, 2024

This course is excellent for acquiring knowledge of the implementation of a class, creating an instance of a class and developing skills in modular programming.

By Quentin Q

•

Jun 13, 2023

Very nice continuation for the first course in the sequence. I am looking forward to continue to improve my coding skills in OOP.

By Wei Q

•

Oct 16, 2023

Best OOP course that incorporates practicality into functionality

By Xavier C C

•

Jun 12, 2023

I have had a lot of fun implementing the code in this course!

By Murtaza M

•

Feb 14, 2024

This course does not even help understand 4 pillars of OOP