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 volatile keyword in c?

0 Answers  


What is pragma in c?

0 Answers  


What are the properties of union in c?

0 Answers  


What is the meaning of typedef struct in c?

0 Answers  


Is c++ based on c?

0 Answers  






What are the types of assignment statements?

0 Answers  


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


What is sizeof int?

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


How Many Header Files in c?

2 Answers   TCS,


What is a rvalue?

0 Answers   Global Logic,


Categories