what is object?

Answer Posted / sharon

instance or example of a class

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are Structure passing and returning implemented by the compiler?

828


What is an undefined reference/unresolved external symbol error and how do I fix it?

829


what are the events occur in intr activated on interrupt vector table

1384


Which is the best c++ software?

811


What do you mean by overhead in c++?

797


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

3384


What are the various operations performed on stack?

816


Write syntax to define friend functions in C++.

810


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1779


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1777


What is type of 'this' pointer?

801


Eplain extern keyword?

768


Why is polymorphism useful?

793


How do I use arrays in c++?

758


Why do we use pointers in c++?

769