Nothing found!
It looks like nothing was found here!
Top Categories
11 Posts
Latest Blogs
20
Aug
What is SQL ?
By
webmaster
SQL stands for Structured Query Language. It is used for interacting with...
1 Min Read
19
Aug
What are Virtual functions in C++ ?
By
webmaster
Virtual function is a member function which is re-defined by a derived class...
1 Min Read
19
Aug
What is exception handling in C++ ?
By
webmaster
In C++ exception handling is a process to handle runtime errors. If we perform...
1 Min Read
19
Aug
What is namespace in C++ ?
By
webmaster
In C++ namespace is a logical division of the code which is designed to stop...
1 Min Read
19
Aug
What is Virtual Inheritance ?
By
webmaster
During multiple inheritance Virtual Inheritance is used to remove the ambiguity...
1 Min Read
19
Aug
What is Template in C++ ?
By
webmaster
In C++ a template is a simple and yet very powerful tool. We don’t need to...
2 Min Read
19
Aug
What is Stack in C++ ?
By
webmaster
Stack is an abstract data structure that contains a collection of elements. It...
1 Min Read
19
Aug
What is Pointers in C++ ?
By
webmaster
Pointers are symbolic representation of addresses and it enables a program to...
1 Min Read