What is abstract keyword in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is pure virtual function? Or what is abstract class?
Explain class invariant.
When can I use a forward declaration?
Describe Trees using C++ with an example.
What is the difference between c++ and turbo c++?
Why is c++ a mid-level programming language?
what is the basic concept of c++(object oriented programing)
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Explain the register storage classes in c++.
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is the use of namespace std in C++?
How can you quickly find the number of elements stored in a dynamic array?