STL (140)
OOPS (873)
C++ General (2409) difference between c and c++?
Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
38 127310Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
5 19892i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
1 4805
How should a contructor handle a failure?
What is the use of endl?
What are default parameters? How are they evaluated in c++ function?
What should main() return in c and c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Which language is pure oop?
What causes a runtime error c++?
What is a base class?
What are the restrictions apply to constructors and destructors?
What is difference between inheritance and polymorphism?
Write about the various sections of the executable image?
What is exception handling? Does c++ support exception handling?
What are static type checking?
What is the difference between cin.read() and cin.getline()?
What is data structure in c++?