Answer Posted / arshad iqbal
OOP stands for Object oriented programming, In this objects
are created and can be reused in different other softwares.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain about Garbage Collector?
What do you mean by enumerated data type?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is setbase c++?
How would perform Pattern Matching in C++?
What is low level language in simple words?
Explain the operation of overloading of an assignment operator.
Why do we use templates?
What is #include sstream?
What does h mean in maths?
Name four predefined macros.
What are the advantages of pointers?
Explain class invariant.
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What is the oldest programming language?