Answer Posted / munendra kumar
A constructor that has no arguments.
If you don't code one, the compiler provides one if there are no other constructors. If you are going to instantiate an array of objects of the class, the class must have a default constructor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a code/algo to find the frequency of each element in an array?
what do you mean by volatile variable?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
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
What does namespace mean in c++?
What is an operator in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How will you call C functions from C ++ and vice-versa?
What is the difference between C and CPP?
What is atoi?
When do you call copy constructors?
How does code-bloating occur in c++?
Which c++ operator cannot overload?
Is c++ high level programming language?
What is the difference between delegation and implemented-in-terms-of?