What is an Object/Instance?



What is an Object/Instance?..

Answer / hrpynux@gmail.com

An instance, in object-oriented programming (OOP), is a specific realization of any object. An object may be varied in a number of ways. Each realized variation of that object is an instance. The creation of a realized instance is called instantiation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Is recursion allowed in inline functions?

0 Answers  


What is the header file for setw?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


How do I write a c++ program?

0 Answers  


What are static member functions?

0 Answers  






why the size of an empty class is 1

4 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


What and all can a compiler provides by default?

3 Answers   Accenture, HP,


Difference between Overloading and Overriding?

35 Answers   Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,


What problem does the namespace feature solve?

1 Answers  


What is an incomplete type in c++?

0 Answers  


Differentiate between an inspector and a mutator ?

0 Answers  


Categories