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

What does it mean to declare a destructor as static?

0 Answers  


When do we run a shell in the unix system?

0 Answers  


What is runtime polymorphism in c++?

0 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


What does obj stand for?

0 Answers  






write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


What is class invariant in c++?

0 Answers  


What is input operator in c++?

0 Answers  


What is a breakpoint?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Is c++ high level programming language?

0 Answers  


What is an operator function? Describe the function of an operator function?

0 Answers   Fidelity,


Categories