OOP's Using C++ Unit:-1 1. Introduction or History of C++ Language , Characterstics of C++ 2. Programming Paradigm or Programming Model 2. OOP's ( Object Oriented Programming Concepts ) 3. Advantages of OOP's 4. pre defined streams (cin, cout) for input and outp... 5. formatted and unformatted console io operations in... Unit:-2 1. Tokens of C++ language 2. Datatypes of C++ language ( Reference ) 3. Scope resolution operator or Scope access operator 4. referencing and dereferencing operators in C++ 5. Control Structure ( if block , if else block , Nested if else block , Ternary operator or Conditional operator (?:) , switch case statement ) 6. Loop structure - for loop , while loop , do while loop Unit:-3 1. Function in C++ language ( call by value vs call by reference cpp swapping ex... ) 2. Class and Class Example P...