What are the basics concepts of OOPS?
Now, there are four fundamental concepts of Object-oriented programming – Inheritance, Encapsulation, Polymorphism, and Data abstraction. It is very important to know about all of these in order to understand OOPs
| Is This Answer Correct ? | 0 Yes | 0 No |
Define pointers?
What do you mean by abstraction. Explain your answer?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
Which is not a valid keyword a) public b) protected c) guarded
When should overload new operator on a global basis or a class basis?
What is the full form of ios?
What is setiosflags c++?
What is array in c++ example?
What problem does the namespace feature solve?
Explain the problem with overriding functions
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 std :: flush?