How long to learn object oriented programming?


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

Post New Answer

More OOPS Interview Questions

What do you mean by variable?

0 Answers  


What is this pointer in oop?

0 Answers  


what is code for call by value and call by reference?

1 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  


What is the difference between abstraction and polymorphism?

0 Answers  


What is differance between Abstract and Interface

3 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

0 Answers  


write knight tour problem which is present in datastructure

0 Answers  


where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?

2 Answers   Infosys, Microsoft,


when my application exe is running nad i don't want to create another exe what should i do

2 Answers   HCL,


Categories