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?
Answers were Sorted based on User's Feedback
If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?
What is the difference between a constructor and a destructor?
What is the main purpose of inheritance law?
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 the example of polymorphism?
What is overriding in oop?
why function overloading is not called as pure polymorphism?
difine hierarchical inheritance.
What is the difference between class and structure?
Please send ford technologies placement paper 2 my mail id
what is single inheritance?
Which is the only operator in C++ which can be overloaded but NOT inherited?