STL (140)
OOPS (873)
C++ General (2409)
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
totoo po ba ang manga aliens!
What are formatting flags in ios class?
what are the ways in which a constructors can be called?
Can class objects be passed as function arguments?
Explain how we implement exception handling in c++?
What is the real time example of encapsulation?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Define pre-condition and post-condition to a member function in c++?
How do you define/declare constants in c++?
What is the use of lambda in c++?
Difference between pass by value and pass by reference?
When can I use a forward declaration?
What is the main purpose of overloading operators?
Can char be a number c++?