Explain the properties and principles of oop.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


Can you declare an array without a size in c++?

0 Answers  


Is c++ the most powerful language?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,






why can't we declare data member of class auto register or extern

1 Answers  


Why is c++ difficult?

0 Answers  


Should I learn c or c++ or c#?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


What is function overriding?

1 Answers  


What is array in c++ example?

0 Answers  


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

1 Answers  


Categories