What is the difference between a constructor and a destructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between class and structure?
Can we create object of abstract class?
Why is polymorphism needed?
some one give d clear explanation for polymorphism
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
i^=j; j^=i; i^=j; value of i,j
What is stream in oop?
Have you ever interfaced with a database?
What type of Job you are providing?
What is object and class in oops?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
When is it necessary to use member-wise initialization list in C++?