Will I be able to get a picture in D drive to the c++
program? If so, help me out?
No Answer is Posted For this Question
Be the First to Post Answer
What is object in oops?
any one please tell me the purpose of operator overloading
Why do we use oop?
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 class in oop with example?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
what is data hiding.
What are generic functions and generic classes?
What is the differances between a abstract calss and interface
what is mean by design pattern
What is polymorphism explain its types?
what is runtime polymorphism? For the 5 marks.