What polymorphism means?
No Answer is Posted For this Question
Be the First to Post Answer
What is the problem with multiple inheritance?
In c++ there is only virtual destructors, no constructors. Why?
what is data abstraction with example.
What is basic concept of oop?
what is the difference between containership and inheritence?
Explain the concepts involved in Object Oriented programming.
Can we have inheritance without polymorphism?
1. Define a class.
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
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 a binary overloading
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box