WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
Answer Posted / illa
sorry that is correct
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How does polymorphism work?
What is a class oop?
Which type does string inherit from?
What is the diamond problem in inheritance?
What is class and example?
How is polymorphism achieved?
What is new keyword in oops?
What is the difference between abstraction and polymorphism?
What are the benefits of oop?
What is overriding vs overloading?
Can we override main method?
Explain the concepts involved in Object Oriented programming.
Are polymorphisms mutations?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is class encapsulation?