STL (140)
OOPS (873)
C++ General (2409) What happens when a function throws an exception that was not specified by an exception specification for this function?
1 1535Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
1 1650
Explain what is polymorphism in c++?
What is a virtual destructor? Explain the use of it?
What is the latest c++ standard?
Array base access faster or pointer base access is faster?
What is the best c c++ compiler for windows?
What are properties in oop?
What are the vectors in c++?
What is the main feature of oop?
What is a forward referencing and when should it be used?
What is encapsulation in simple terms?
What is the difference between C and CPP?
Is c or c++ more useful?
What is the difference between strcpy() and strncpy()?
Why it is called runtime polymorphism?
Can you declare an array without a size in c++?