Define pre-condition and post-condition to a member function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of templates?
Why do you use the namespace feature?
What is fflush c++?
Explain the difference between new() and malloc() in c++?
What is a c++ class?
program in c++ to input digits and print in words
How many pointers are required to reverse a link list?
What is difference between class and structure in c++?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
Is facebook written in c++?
Is c better than c++?
what is c++