Rajat Batra

Student at Thapar Institute Of Engineering and Technology

Polymorphism

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

This pointer in C++

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

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.

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.

Exact Differential equations

necessary and sufficient conditions for a differential equation to be exact , methods to make a differential equation exact , use of integrating factor to make differential equation exact.

methods to solve different differential equations

includes several methods like variable separable, homogeneous , linear , bernoulli and several other forms.

Notes on Simple Harmonic Motion

Based on 1st year engineering physics. Simple Harmonic motion is one of the most important concepts to be covered in Engineering Physics. It's a high scoring chapter in college exam as well.

Uv-Visible Spectroscopy

It's one of the most important topic of spectroscopy.Everything explained in very systematic and logical manner . Master Uv- visible spectroscopy to score well.

ELEMENTARY FUNCTION

Learn elementary function to increase your knowledge about different functions graphs and will help you in complex numbers too.

DIFFERENTIATION: CHAIN RULE

Explained in a very simple language.

Introduction to C programming.

Have a brief intro about C language.