What is constructor in oop?


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

Post New Answer

More OOPS Interview Questions

In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that

6 Answers  


What is for loop and its syntax?

0 Answers  


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


Can main method override?

0 Answers  


What is ambiguity in inheritance?

0 Answers  


What is the Advantage of Interface over the Inheritance in OOPS?

4 Answers  


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


What is differance between Abstract and Interface

3 Answers  


What are the 3 principles of oop?

0 Answers  


write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language

3 Answers   Satyam,


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


Categories