What does enum stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation in oops?
what is virtual destructor
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 object oriented programming and procedure oriented programming?
Advantage and disadvantage of routing in telecom sector
Child cObj = new Parent() Wahts the output ?
write a program to print * * * * * *
What is the difference between abstraction and polymorphism?
can you explain how to use JavaBean in Project
any one please tell me the purpose of operator overloading
Can static class have constructor?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?