STL (140)
OOPS (873)
C++ General (2409) difference between c and c++?
Cognizant, IBM, Infosys, Oracle, Sarva Shiksha Abhiyan, Wipro,
38 127280Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
5 19892i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
1 4805
Why is c++ called oops?
In the derived class, which data member of the base class are visible?
Can private class be inherited?
What is pointer in oop?
Do you know the problem with overriding functions?
Which of the following is evaluated first: a) && b) || c) !
What is copy constructor? Can we make copy constructor private in c++?
What is the output of the following program? Why?
How do you print a string on the printer?
Is there finally in c++?
What is private, public and protected inheritance?
What are the operators in c++?
What is object in oops?
Is sorted c++?
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