Search This Blog

Friday, August 14, 2020

 Differences between C and C++ |  Basic difference between c and c++ | codes with abhi

Differences between C and C++ | Basic difference between c and c++ | codes with abhi

Mr. abhijeet dwivedi
                  C++ Programming:- In this tutorial you will learn:- Differences between C and C++:          C                     C++ C does no support polymorphism, encapsulation, and inheritance which suggests that

Wednesday, August 12, 2020

Function Overloading in C++

Function Overloading in C++

Mr. abhijeet dwivedi
           C++ Programming:-In this tutorial you will learn:- Function Overloading in C++Function overloading means two or more functions can have an equivalent name, but either the amount of arguments
Polymorphism and Inheritance in C++

Polymorphism and Inheritance in C++

Mr. abhijeet dwivedi
          C++ Programming:- In this tutorial you will learn:-PolymorphismPolymorphism is that in which we can perform a task in multiple forms or ways. It is applied to the functions or
Dynamic and Static Binding in C++

Dynamic and Static Binding in C++

Mr. abhijeet dwivedi
                               C++ Programming:-In this tutorial you will learn:- Dynamic binding Dynamic  memory is the process of linking procedure call to a selected sequence of code (method) at run-time. It means the

Monday, August 10, 2020

Abstraction and Encapsulation in C++ |Difference between Abstraction and Encapsulation in C++

Abstraction and Encapsulation in C++ |Difference between Abstraction and Encapsulation in C++

Mr. abhijeet dwivedi
                                      C++ Programming:-Abstraction and Encapsulation both are basic object oriented programming (OOP) concepts which permit you to implement real-world objects into programs and codes. While both go hand in
Features of object oriented programming c++

Features of object oriented programming c++

Mr. abhijeet dwivedi
                                   C++ ProgrammingFeatures of C++ C++ is an upgraded version of C programming. the most idea behind creating C++ programming was to feature object orientation to the C programing language