COURSE OVERVIEW

════════
C++ is an (OOP) Object-Oriented Programming language and it is an up-gradation of C Language because it includes modern programming techniques. OOPs, concept basically divides the complex programs into smaller parts and then integrates. It is basically used to develop operating systems and graphical-based applications. IT is used to develop desktop gaming applications or Artificial intelligence programs.

C++ Introduction ➢ C++ Syntax ➢ C++ Output ➢ C++ Comments ➢ C++ Variables ➢ C++ User Input ➢ C++ Data Types ➢ C++ Operators ➢ C++ Strings ➢ C++ Math ➢ C++ Booleans C++ Control Statements ➢ C++ If...Else ➢ C++ Switch ➢ C++ While Loop ➢ C++ For Loop ➢ C++ Break/Continue C++ Arrays C++ Structures C++ Enums C++ References C++ Pointers C++ Functions ➢ C++ Functions ➢ C++ Function Parameters ➢ C++ Function Overloading ➢ C++ Scope ➢ C++ Recursion C++ OOPs ➢ C++ Classes ➢ C++ OOP ➢ C++ Classes/Objects ➢ C++ Class Methods ➢ C++ Constructors ➢ C++ Access Specifiers ➢ C++ Encapsulation ➢ C++ Inheritance ➢ C++ Polymorphism C++ Files C++ Exceptions C++ Date