What is oops in c++?


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

Post New Answer

More C++ General Interview Questions

what are the types of Member Functions?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


What is size of empty class object

5 Answers   CA,






If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


List out some of the OODBMS available?

1 Answers  


How does class accomplish data hiding in c++?

0 Answers  


How do you differentiate between overloading the prefix and postfix increments?

0 Answers  


How do you declare A pointer to a function which receives nothing and returns nothing

0 Answers  


What are the operators in c++?

0 Answers  


What is c++ and its features?

0 Answers  


Categories