What is the use of oops?
No Answer is Posted For this Question
Be the First to Post Answer
what is data hiding.
Polymorphism with an example?
What makes a language oop?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Write an operator overloading program to write S3+=S2.
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is destructor give example?
What is the types of inheritance?
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.
How to deploy web appliction in web logic ?
What is abstract class in oop?