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
Describe friend function & its advantages.
What do you mean by function and operator overloading in c++?
What do c++ programmers do?
Differentiate between late binding and early binding. What are the advantages of early binding?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the C-style character string?
Which function cannot be overloaded c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What are static variables?
What problems might the following macro bring to the application?
What is the best c++ book for beginners?
What flag means?
Is it possible to have a recursive inline function in c++?
What are virtual functions in c++?
Explain the term memory alignment?