deepanjali


{ City } bhopal
< Country > india
* Profession *
User No # 9019
Total Questions Posted # 0
Total Answers Posted # 6

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 79
Users Marked my Answers as Wrong # 47
Questions / { deepanjali }
Questions Answers Category Views Company eMail




Answers / { deepanjali }

Question { TCS, 17564 }

What is encapsulation?


Answer

wrapping of data and function in single unit (class)is
called encapsulation.

Is This Answer Correct ?    3 Yes 0 No

Question { IBS, 45621 }

What is the difference between declaration and definition?


Answer

Declaration means,we just inform to compiler return
type,funtion name and argument list of funtion that later
use in program.Definition define the operation of that
funtion.

Is This Answer Correct ?    15 Yes 20 No


Question { Q3 Technologies, 47216 }

Definition of Object Oriented Programming in single line?


Answer

oops is real world entity,in which data and function are
hidden from outside the world only object of the class can
access the dat and function of class

Is This Answer Correct ?    27 Yes 14 No

Question { Trigent, 23732 }

what is op?
for(c=0;c=1000;c++)
printf("%c",c);


Answer

it show compliation error

Is This Answer Correct ?    11 Yes 9 No

Question { 9535 }

what is the virtual function overhead, and what is it used
for ? i hope i can get and appropriate answers, thanks a lot....


Answer

when use hybride inhertance,virual function avoid the
ambiguity.

Is This Answer Correct ?    2 Yes 1 No

Question { Aricent, 8082 }

To what value are pointers initialized?




1) NULL


2) Newly allocated memory


3) No action is taken by the compiler to initialize
pointers.


Answer

no action is taken by complier to initialize pointers

Is This Answer Correct ?    21 Yes 3 No