why all c++ program must have default constructor?
Answer Posted / varsha
Default constructor and destructor gice compilers a place to
hide the code such as invocation of contructors of Base
classes and non static data members.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the output of the following program? Why?
What is polymorphism & list its types in c++?
Which software is used to run c++ program?
What is the difference between global int and static int declaration?
What does std mean in c++?
How compile and run c++ program in turbo c++?
Explain queue. How it can be implemented?
What is the need of a destructor?
Define a nested class.
What is else syntax in c++?
Is c++ fully object oriented?
Why are pointers not used in c++?
Why is "using namespace std;" considered bad practice?
Write bites in Turbo c++ Header ("Include") Files.