How long to learn object oriented programming?
What do you mean by variable?
What is this pointer in oop?
what is code for call by value and call by reference?
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.
What is the difference between abstraction and polymorphism?
What is differance between Abstract and Interface
How would you stop a class from class from being derived or inherited.
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
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...
write knight tour problem which is present in datastructure
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 :( :-?
when my application exe is running nad i don't want to create another exe what should i do