When we use Abstract Class and when we use Interface?where we
will implement in real time?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the sizes and ranges of the basic c++ data types?
Is it possible for the objects to read and write themselves?
Ask to write virtual base class code?
Explain some examples of operator overloading?
How a pointer differs from a reference?
What is the need of a destructor?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is exception handling in C++?
Differentiate between the manipulator and setf( ) function?
If dog is a friend of boy, is boy a friend of dog?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
What is implicit pointer in c++?