From the course: Object-Oriented Programming with C++
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Prerequisites: What you need to know - C++ Tutorial
From the course: Object-Oriented Programming with C++
Prerequisites: What you need to know
- [Instructor] This course will introduce you to object oriented programming in C++. So you don't need to know about the object oriented features of C++ yet, we'll cover those in depth. However, we won't discuss the basics of C or C++ programming. Therefore, you should already have a basic understanding of C syntax. Specifically, you should know how to declare variables, assign values, work with basic data types, conditional statements, loops, define and call functions, past parameters and return values. In other words, if you can read and write simple C programs, you're ready to get started. We'll build on this foundation to explore the powerful features of object-oriented programming that C++ has to offer.