Press ESC to close

Or check our Popular Categories...
V

Virtual functions in C++

2 Min Read
0 811
2 Min Read
0 811

Please have a look at the following articles i.e. polymorphism and inheritance in C++ which is really important to know before going through the virtual functions. As we know, through inheritance one class (derived class) can inherit the features of…

Continue Reading
o

oops concepts in c++

1 Min Read
0 832
1 Min Read
0 832

In this article, I will give an introduction to the object oriented programming and we will see what is the major difference between module based programming approach and object oriented programming. Unlike C programming language which follows a procedural/modular based…

Continue Reading
L

Little Endian vs Big Endian

1 Min Read
0 955
1 Min Read
0 955

What is endianness? Endianness specifies the order in which the bytes of data are stored/processed by a computer. For example, let’s consider a variable that is of 4bytes, and in the memory, it looks like this as shown below. When…

Continue Reading