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 |
What is Object Oriented programming.what is the difference between C++ and C?
what is static function
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What are structures and unions?
Explain linear search.
what is oops and list its features in c++?
Is overriding possible in c++?
What is object slicing and how can we prevent it?
What is a 'pure' virtual function and what's its use?
Write a program which uses Command Line Arguments
What is flush c++?
Write a program to show polymorphism in C++?