What is meaning of in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is oop?
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.
give me an example for testing a program showing the test path .show how the test is important and complex.
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
Explain stack & heap objects?
What is the difference between map and hashmap in c++?
Is recursion allowed in inline functions?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Do the parentheses after the type name make a difference with new?
Explain the difference between using macro and inline functions?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Is swift faster than c++?