STL (140)
OOPS (873)
C++ General (2409) How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
State what is encapsulation and friend function?
What is virtual base class?
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
Why do we need runtime polymorphism in c++?
Is c++ low level?
What does it mean to declare a member function as static in C++?
How many times will this loop execute? Explain your answer.
What is command line arguments in C++? What are its uses? Where we have to use this?
Can we delete this pointer in c++?
If dog is a friend of boy, is boy a friend of dog?
what is template and type convertion
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Why do we use classes in c++?
Why do we use vector in c++?