What is an object?

Answers were Sorted based on User's Feedback



What is an object? ..

Answer / shruti

An object is the instance of the class..

it is the only gateway to access the entities defined in
the class..

Is This Answer Correct ?    7 Yes 0 No

What is an object? ..

Answer / abalonesoft

A region of storage with associated semantics.

After the declaration int i; we say that "i is an object of
type int." In OO/C++, "object" usually means "an instance of
a class." Thus a class defines the behavior of possibly many
objects (instances).

Is This Answer Correct ?    2 Yes 0 No

What is an object? ..

Answer / rajesh

Basic run time entity

Is This Answer Correct ?    3 Yes 1 No

What is an object? ..

Answer / deepak saini

Object is runtime representation of class in memory.

Is This Answer Correct ?    2 Yes 0 No

What is an object? ..

Answer / noopur

an object is the real instant of a class where class is a user defined datatype and class is a variable of that data type also called complex variable.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what is the structure?

4 Answers   TCS,


What does dm mean sexually?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Does free set pointer to null?

0 Answers  


Which is the best sort method for library management?

1 Answers   Microsoft,






Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


Why use int main instead of void main?

0 Answers  


What are lookup tables in c?

0 Answers  


what is develop in c language

2 Answers  


why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


what is the syallabus of computer science students in group- 1?

0 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


Categories