Knowledge in Computer programming

IF condition in C programming.

Very important in decision control statements.

Introduction to C programming.

Have a brief intro about C language.

Decision Control and Looping statement in C Programming

Most important feature to learn in C programming.

Introduction of c ++ programming.

Includes all the basic details about c++ , when it was created;; where it was created; by whom it was made;briefs us about the ways in which we are going to study c++ further.

Classes and Objects in C++

Classes and objects is the basic building block of c++ language. so master them wholeheartedly.

Polymorphism

Polymorphism is one of the basic key pillar in learning C++ programming. It is used in many core concepts in c++.

Structures in C and C++ , Encapsulation , Abstraction

Structures in C and C++ , Encapsulation and Abstraction in C++

Static data member in c++

Learn use of static data members in c++ and how some programmes can be only made by use of these.

This pointer in C++

Learn how you can use this pointer to minimize the chances of error in your programme.

Dynamic Memory allocation in C++

Don't waste memory by using static memory allocation rather decide memory allocation at run time using dynamic memory allocation.

Inheritance In C++

Learn how you can copy your code from previous class to new class . Avoid writing your code over and over again. It increases reliability, and reduce time complexity.

Loops in C programming

Loops are used widely to avoid rewriting the same code and repeat the same code as many times as we want.