Answer Posted / 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 View All Answers
What are the steps in the development cycle?
What is lazy initialization in c++?
What is data type in c++?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is else if syntax?
How do you establish a has-a relationship?
What are static type checking?
How many types of comments are there in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is null pointer and void pointer?
What is copy constructor? Can we make copy constructor private in c++?
How does com provide language transparency?
Describe private, protected and public – the differences and give examples.
What are the rules for naming an identifier?
Can a class be static in c++?