Can we provide one default constructor for our class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,


What are the different scope C++ provide ?

0 Answers   Amdocs,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,






What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


What is an abstract class?

5 Answers   Siemens,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What does it mean to declare a member function as virtual in C++?

0 Answers   Amazon,


What is RTTI and why do you need it?

0 Answers   Amazon,


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


Categories