what are the ways in which a constructors can be called?


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

Post New Answer

More OOPS Interview Questions

Write a program to multiply 3x3 matrics

1 Answers  


What is persistence in oop?

0 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


What do you mean by inline function?

6 Answers  


What do we mean by a hidden argument in a function?

1 Answers   TCL,






What is the difference between procedural programming and oops?

0 Answers  


What is abstraction in oops?

0 Answers  


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  


what is the use of mutable key word

3 Answers   HCL,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


Categories