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

Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


Can java be faster than c++?

0 Answers  


How do you allocate and deallocate memory in C++?

1 Answers  


Live example for static function?

1 Answers   Infosys,


Why do we use double in c++?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


Can I run c program in turbo c++?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


What is the stack?

5 Answers   IBM, ICICI,


Categories