Why do we use oops?


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

Post New Answer

More OOPS Interview Questions

write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.

4 Answers  


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

0 Answers  


What is friend function?

12 Answers   Wipro,


what is the diffrence between c# and c++

5 Answers  


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  






create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


What is multiple inheritance?

9 Answers   TCS,


What does it mean when someone says I oop?

0 Answers  


What do we mean by a hidden argument in C++?

1 Answers  


What is the fundamental idea of oop?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


What is difference between abstraction and encapsulation?

0 Answers  


Categories