Does a derived class inherit or doesn't inherit?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++?
38 Answers Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
Explain the scope resolution operator?
How come you find out if a linked-list is a cycle or not?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is the use of "new" operator?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
Which is the best c++ software?
What is a 'pure' virtual function and what's its use?
What is RTRT tool?can it be used for automation?can it work on packet PC?
Is c++ a difficult language?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Can a constructor throw a exception? How to handle the error when the constructor fails?