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

What happens if header file is included twice?

0 Answers  


What are the different types of data structures in c?

0 Answers  


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


Explain how do you print an address?

0 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


what is the difference between while and do while?

2 Answers  


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


When should the volatile modifier be used?

0 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


What are pointers in C?

5 Answers   KPIT,


Categories