C++ Programming

Programming in C++

C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible.

Become a C++ Developer by getting guidance from the highly experienced and qualified faculty at Sphere InfoTech.

Duration: 2 Months
Fees: 6,000/-

1. 1 Basic Concepts of OOP
1. 2 Benefits of OOP
2. 1 What is C++?
2. 2 Applications of C++
2. 3 Structure of C++ Program
2. 4 Creating the Source File
2. 5 Compiling and Linking
3. 1 Tokens
3.2 Keywords
3.3 Data Types
3. 4 Constants
3.5 Variables
3.6 Operators
3.7 Expressions
3.8 Operator Overloading
3.9 Control Structures
4. 1 The Main Function
4. 2 Function Prototyping
4. 3 Inline Functions
4. 4 Function Overloading
4.5 Friend and Virtual Functions
5. 1 Specifying a Class
5. 2 Member Functions
5. 3 Arrays within a Class
5. 4 Objects
5.5 Returing Objects
6. 1 Constructors
6. 2 Multiple Constructors in a Class
6. 3 Dynamic Initialization of Objects
6. 4 Dynamic Constructors
6. 5 Destructors
7. 1 Overloading Unary Operators
7. 2 Overloading Binary Operators
7. 3 Rules for Overloading Operators
7. 4 Type Conversions
8. 1 Defining Derived Classes
8. 2 Types of Inheritance
8. 3 Virtual Base Classes
8. 4 Abstract Classes
9. 1 Pointers
9. 2 this Pointer
9. 3 Pointers to Derived Classes
9. 4 Virtual Functions
9. 5 Pure Virtual Functions