C++ Course Outline
Course Title: C++
Duration: 15 Hours
Course Outline C Language
1. C++ Basics
a. Introduction to C++ Language
b. Difference between C and C++
c. First C++ Program
d. Basic programming Structure
e. How to write the C++ Program using TC or BC Editor.
f. Compiling and Execution of the Program
2. C++ Programming Features
a. Variables and Data types
b. Operators and Expressions
c. If and switch Statements
d. While, do-while and for loop
e. Break and continue Statement
3. Basic Input/Output Operations in C++ Using cout and cin
4. Functions in C++
a. Function Prototype or Declaration, Function Call and Function Body
b. Parameters or Arguments
c. Function Returning a Value
d. Types of functions in C++
e. Function with Default arguments
f. In-Line function
5. Arrays and String
6. Structure
7. Pointers in C++
Object-Oriented programming in C++
1. Introduction to Object Oriented Programming
2. Classes and Objects in C++
3. Instance variables and functions
4. Constructors and destructors
C++ Course Outline
5. Static members
6. Friend functions
7. Function and Operator Overloading
8. Inheritance
9. Polymorphism in using virtual function
10. Abstract class
11. File Handling in C++
12. Templates and namespaces
13. Exceptions Handling
|