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 header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
By using c++ with an example describe linked list?
What language is a dll written in?
What is near, far and huge pointers? How many bytes are occupied by them?
Explain terminate() function?
How do you save a c++ program?
Why is "using namespace std;" considered bad practice?
What is friend class in c++ with example?
What is the full form of c++?
Should I learn c or c++ first?
What is difference between array and vector in c++?
Explain rethrowing exceptions with an example?
Is c++ pass by reference or value?
Explain the concept of copy constructor?
What is the difference between structure and class?