Answer Posted / gyana
It is simply called Object oriented programming language.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is c++ free?
What is a manipulator in c++?
Why are pointers used?
Is eclipse good for c++?
In the derived class, which data member of the base class are visible?
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 the use of void main() in C++ language?
What is main function in c++ with example?
What are the rules for naming an identifier?
What is a Default constructor?
Distinguish between a # include and #define.
What is the difference between global int and static int declaration?
how to explain our contribution in the project?
Explain the isa and hasa class relationships.
What are the two types of polymorphism?