What is a Default constructor?
Answer / 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 |
State the difference between delete and delete[].
What is searching? Explain linear and binary search.
What are the differences between java and c++?
What is the cout in c++?
What is implicit conversion/coercion in c++?
How is memory managed in C++?
What are different types of typecasting supported by C++
What is "mutable" keyword?
How many bit combinations are there in a byte?
What will happen if when say delete this ?
What are the various compound assignment operators in c++?
Write the program for fibonacci in c++?