C++ Programming Complete Course
Best professional C++ programming training with complete practical implementation.
Course Details
| காலம் | 1 மாதங்கள் |
|---|---|
| நேரம் | தினசரி 1 மணி நேரம் ( சனி, ஞாயிறு மற்றும் அரசு விடுமுறை நாட்களில் வகுப்புகள் இருக்காது ) |
| Original Fees | ₹9000 |
| 50% Offer Fees | ₹4500 |
| Certificate | அரசு அங்கீகாரம் பெற்ற சான்றிதழ்கள் வழங்கப்படும் |
| Exam + Certificate Fees | ₹685 (Optional) |
Syllabus
Chapter 1. Basic Structures of C++ programming
- Learn basic structure of C++
- Learn basic cout statement
- Learn new line characters, tab characters and endl character
Chapter 2. Output statements with special characters
- Learn Tab character in C++
- Learn Special characters in C++
- Learn comments in C++
Chapter 3. Variables and its output
- Learn to create different variable types in C++
- Learn to use variables with output to display
- Learn to create arithmetic expressions in output
Chapter 4. Getting input
- Learn to get input from user
- Learn to use inputs in expressions
Chapter 5. Character variables
- Learn to create character variables in C++
- Learn to create strings using character array
Chapter 6. Assignment operators
- Learn to calculate using assignment operators
- Learn to use assignment operator in addition, subtraction, multiplication and division
Chapter 7. If statements
- Learn to create if, if-else statements
- Learn to create logical AND, logical OR in if statements
Chapter 8. While Statement
- Learn to use while statement in C++
- Learn to create different output series using while statement
Chapter 9. For Statement
- Learn to use for statement in C++
- Learn to create different output series using for statement
Chapter 10. Break and continue
- Learn to use break and continue statements in C++
Chapter 11. Void functions
- Learn to create void functions in C++ and implement them in main program
Chapter 12. Functions with parameters
- Learn to create functions with parameters
- Learn to pass parameters to functions from the main program
Chapter 13. Return type functions
- Learn to create functions with return results
- Learn how to use the results returned from functions in main program
Chapter 14. Arrays
- Learn to create static arrays and allocate values statically
- Learn to display arrays using cout function
- Learn to use For loop for getting and displaying array values
Chapter 15. Switch Case
- Learn to use switch case for displaying multiple options
- Learn to display student grade using the total mark input
Chapter 16. Pointers
- Learn to create pointers to display address and values of a variable
- Learn to perform arithmetic operations using pointers
Chapter 17. OOPS - Encapsulation
- Learn to create public variables in a class
- Learn to create private variables in a class
- Learn to create objects of a class and call public and private variables
Chapter 18. OOPS - Inheritance
- Learn to create inherited classes
- Learn to access values of base class from inherited class objects
Chapter 19. OOPS - Polymorphism - Overloading
- Learn to create same-name methods with different number and type of parameters
- Learn to call methods with different input parameters
Chapter 20. OOPS - Polymorphism - Overriding
- Learn to create same-name and same-parameter methods in parent and child classes
- Learn to call the methods in the child class by overriding the method in the parent class
Certificate Sample