Answer Posted / jai
an object is a physical representation of a class.
example:
class - fruit(logical)
object- apple(physical)
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the various oops concepts in c++?
What is c++ map?
What is an inline function in c++?
Which function cannot be overloaded c++?
Can you overload the operator+ for short integers?
Is there any difference between int [] a and int a [] in c++?
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
Can class objects be passed as function arguments?
How new/delete differs from malloc()/free?
Why ctype h is used in c++?
Should the member functions which are made public in the base class be hidden?
Describe Trees using C++ with an example.
Describe exception handling concept with an example?
What is function overloading c++?
Why c++ does not have finally?