What is polymorphism oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism and why is it important?
how to swap to variables without using thrid variable in java?
Difference between realloc() and free?
how does a main() in C++ is different from main() in C?
What exactly is polymorphism?
What are the benefits of polymorphism?
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 :( :-?
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is destructor in oop?
What is methods in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
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.