Why is destructor used?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a string using recursive function?
What is the concept of object oriented program?
what are the ways in which a constructors can be called?
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
difine hierarchical inheritance.
How to overload new operator in c++
What is meant by multiple inheritance?
What is an interface in oop?
What is abstraction in oops with example?
What is overriding vs overloading?
What is super in oop?
explain dynamic binding by drowing