Q. |
____________ refers to the act of representing only essential features without including the background details.
Answer :
Data Abstraction
Show Answer
|
Q. |
In CPP program, Can we declare and define a user defined function inside a struct as we do in a class ?
Show Answer
|
Q. |
When overloading unary operators using Friend function,it requires_____ argument
Show Answer
|
Q. |
Assume class TEST. Which of the following statements is/are responsible to invoke copy constructor?
D.
TEST T2(T1) and TEST T4 = T1
Show Answer
|
Q. |
Can constructors be overloaded?
Show Answer
|
Q. |
expression x.y represents as
C.
member y of object pointed by x
Answer :
member y of object x
Show Answer
|
Q. |
Difference between static and dynamic memory allocation is
A.
In static memory allocation memory to be allocated in preknown
B.
In dynamic memory allocation memory to be allocated in preknown
C.
There is no differnece
Answer :
In static memory allocation memory to be allocated in preknown
Show Answer
|
Q. |
Which is boolean operator for logical and
Show Answer
|
Q. |
Which is not a correct variable type
Show Answer
|
Q. |
Declaring pointer more than one can cause
Show Answer
|