What is static modifier?
No Answer is Posted For this Question
Be the First to Post Answer
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
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 class and object?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What is pure oop?
Can we have inheritance without polymorphism?
What are main features of oop?
Why do we use inheritance?
What is the difference between inheritance and polymorphism?
Which method cannot be overridden?
tell about copy constructor
What is function overloading and operator overloading?