STL (140)
OOPS (873)
C++ General (2409)
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the sizes and ranges of the basic c++ data types?
How many static variables are created if you put one static member into a template class definition?
How Do you Code Composition and Aggregation in C++ ?
What language is oop?
Is dev c++ a good compiler?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Is java easier than c++?
Show the declaration for a static function pointer.
How did c++ start?
Explain the advantages of inheritance.
Explain the volatile and mutable keywords.
What is polymorphism and its types?
How much maximum can you allocate in a single call to malloc()?
What is a base class?