Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


How can I make a program in c to print 'Hello' without using semicolon in the code?

9 Answers   C DAC, Practical Viva Questions,


Can we declare variables anywhere in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


What is function and its example?

0 Answers  


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,


how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


What is an anonymous union and where to apply that ?

3 Answers   HP,


Categories