Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
No Answer is Posted For this Question
Be the First to Post Answer
What is a virtual function in C++?
What is the 4 difference between delete[] and delete?
What is Boyce Codd Normal form?
How to delete array of objects in C++? Proof by C++ code for proper deletion
CDPATH shell variable is in(c-shell)
Write a program to generate the Fibonocci Series in C++.
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is meant by exit controlled loop?
How to run C++ program in cmd
What is Coupling?
C++ Public access specifier instead of Private – What is bad ?
What are the advantages and disadvantages of B-star trees over Binary trees?