Answer Posted / pooja
no we do not have private destructors because the
destructors can be declared only in public access
specifier.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
How many static variables are created if you put one static member into a template class definition?
Can I learn c++ without learning c?
Describe public access specifiers?
What can c++ be used for?
Can you overload the operator+ for short integers?
What is istream and ostream in c++?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Is c++ a good first language to learn?
What is bubble sort c++?
Do the parentheses after the type name make a difference with new?
Why do we use string in c++?
Write a program using display() function which takes two arguments.
Do class declarations end with a semicolon? Do class method definitions?
What is the main purpose of overloading operators?
How do we balance an AVL Tree in C++?