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 |
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What language does google use?
What is difference between array and vector in c++?
What is virtual base class uses?
What do you mean by volatile and mutable keywords used in c++?
Can I uninstall microsoft c++ redistributable?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is dynamic and static typing?
How do you initialize a class member, class x { const int i; };
Differentiate between an inspector and a mutator ?
Which coding certification is best?
What character terminates all character array strings a) b) . c) END